#[repr(C)]pub struct tagNONCLIENTMETRICSW {Show 16 fields
pub cbSize: UINT,
pub iBorderWidth: c_int,
pub iScrollWidth: c_int,
pub iScrollHeight: c_int,
pub iCaptionWidth: c_int,
pub iCaptionHeight: c_int,
pub lfCaptionFont: LOGFONTW,
pub iSmCaptionWidth: c_int,
pub iSmCaptionHeight: c_int,
pub lfSmCaptionFont: LOGFONTW,
pub iMenuWidth: c_int,
pub iMenuHeight: c_int,
pub lfMenuFont: LOGFONTW,
pub lfStatusFont: LOGFONTW,
pub lfMessageFont: LOGFONTW,
pub iPaddedBorderWidth: c_int,
}
Fields§
§cbSize: UINT
§iBorderWidth: c_int
§iScrollWidth: c_int
§iScrollHeight: c_int
§iCaptionWidth: c_int
§iCaptionHeight: c_int
§lfCaptionFont: LOGFONTW
§iSmCaptionWidth: c_int
§iSmCaptionHeight: c_int
§lfSmCaptionFont: LOGFONTW
§iMenuWidth: c_int
§iMenuHeight: c_int
§lfMenuFont: LOGFONTW
§lfStatusFont: LOGFONTW
§lfMessageFont: LOGFONTW
§iPaddedBorderWidth: c_int
Trait Implementations§
Source§impl Clone for tagNONCLIENTMETRICSW
impl Clone for tagNONCLIENTMETRICSW
Source§fn clone(&self) -> tagNONCLIENTMETRICSW
fn clone(&self) -> tagNONCLIENTMETRICSW
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 tagNONCLIENTMETRICSW
impl Debug for tagNONCLIENTMETRICSW
Source§impl Ord for tagNONCLIENTMETRICSW
impl Ord for tagNONCLIENTMETRICSW
Source§fn cmp(&self, other: &tagNONCLIENTMETRICSW) -> Ordering
fn cmp(&self, other: &tagNONCLIENTMETRICSW) -> 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 tagNONCLIENTMETRICSW
impl PartialEq for tagNONCLIENTMETRICSW
Source§impl PartialOrd for tagNONCLIENTMETRICSW
impl PartialOrd for tagNONCLIENTMETRICSW
impl Copy for tagNONCLIENTMETRICSW
impl Eq for tagNONCLIENTMETRICSW
impl StructuralPartialEq for tagNONCLIENTMETRICSW
Auto Trait Implementations§
impl Freeze for tagNONCLIENTMETRICSW
impl RefUnwindSafe for tagNONCLIENTMETRICSW
impl Send for tagNONCLIENTMETRICSW
impl Sync for tagNONCLIENTMETRICSW
impl Unpin for tagNONCLIENTMETRICSW
impl UnwindSafe for tagNONCLIENTMETRICSW
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