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