#[repr(C)]pub struct tagICONMETRICSW {
pub cbSize: UINT,
pub iHorzSpacing: c_int,
pub iVertSpacing: c_int,
pub iTitleWrap: c_int,
pub lfFont: LOGFONTW,
}
Fields§
§cbSize: UINT
§iHorzSpacing: c_int
§iVertSpacing: c_int
§iTitleWrap: c_int
§lfFont: LOGFONTW
Trait Implementations§
Source§impl Clone for tagICONMETRICSW
impl Clone for tagICONMETRICSW
Source§fn clone(&self) -> tagICONMETRICSW
fn clone(&self) -> tagICONMETRICSW
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 tagICONMETRICSW
impl Debug for tagICONMETRICSW
Source§impl Ord for tagICONMETRICSW
impl Ord for tagICONMETRICSW
Source§fn cmp(&self, other: &tagICONMETRICSW) -> Ordering
fn cmp(&self, other: &tagICONMETRICSW) -> 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 tagICONMETRICSW
impl PartialEq for tagICONMETRICSW
Source§impl PartialOrd for tagICONMETRICSW
impl PartialOrd for tagICONMETRICSW
impl Copy for tagICONMETRICSW
impl Eq for tagICONMETRICSW
impl StructuralPartialEq for tagICONMETRICSW
Auto Trait Implementations§
impl Freeze for tagICONMETRICSW
impl RefUnwindSafe for tagICONMETRICSW
impl Send for tagICONMETRICSW
impl Sync for tagICONMETRICSW
impl Unpin for tagICONMETRICSW
impl UnwindSafe for tagICONMETRICSW
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