#[repr(C)]pub struct tagICONMETRICSA {
pub cbSize: UINT,
pub iHorzSpacing: c_int,
pub iVertSpacing: c_int,
pub iTitleWrap: c_int,
pub lfFont: LOGFONTA,
}
Fields§
§cbSize: UINT
§iHorzSpacing: c_int
§iVertSpacing: c_int
§iTitleWrap: c_int
§lfFont: LOGFONTA
Trait Implementations§
Source§impl Clone for tagICONMETRICSA
impl Clone for tagICONMETRICSA
Source§fn clone(&self) -> tagICONMETRICSA
fn clone(&self) -> tagICONMETRICSA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagICONMETRICSA
impl Debug for tagICONMETRICSA
Source§impl Ord for tagICONMETRICSA
impl Ord for tagICONMETRICSA
Source§fn cmp(&self, other: &tagICONMETRICSA) -> Ordering
fn cmp(&self, other: &tagICONMETRICSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagICONMETRICSA
impl PartialEq for tagICONMETRICSA
Source§impl PartialOrd for tagICONMETRICSA
impl PartialOrd for tagICONMETRICSA
impl Copy for tagICONMETRICSA
impl Eq for tagICONMETRICSA
impl StructuralPartialEq for tagICONMETRICSA
Auto Trait Implementations§
impl Freeze for tagICONMETRICSA
impl RefUnwindSafe for tagICONMETRICSA
impl Send for tagICONMETRICSA
impl Sync for tagICONMETRICSA
impl Unpin for tagICONMETRICSA
impl UnwindSafe for tagICONMETRICSA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more