#[repr(C)]pub struct NONCLIENTMETRICS {Show 15 fields
pub iBorderWidth: i32,
pub iScrollWidth: i32,
pub iScrollHeight: i32,
pub iCaptionWidth: i32,
pub iCaptionHeight: i32,
pub lfCaptionFont: LOGFONT,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: LOGFONT,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: LOGFONT,
pub lfStatusFont: LOGFONT,
pub lfMessageFont: LOGFONT,
pub iPaddedBorderWidth: i32,
/* private fields */
}
Available on crate feature
gdi
only.Expand description
NONCLIENTMETRICS
struct.
Fields§
§iBorderWidth: i32
§iScrollWidth: i32
§iScrollHeight: i32
§iCaptionWidth: i32
§iCaptionHeight: i32
§lfCaptionFont: LOGFONT
§iSmCaptionWidth: i32
§iSmCaptionHeight: i32
§lfSmCaptionFont: LOGFONT
§iMenuWidth: i32
§iMenuHeight: i32
§lfMenuFont: LOGFONT
§lfStatusFont: LOGFONT
§lfMessageFont: LOGFONT
§iPaddedBorderWidth: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NONCLIENTMETRICS
impl RefUnwindSafe for NONCLIENTMETRICS
impl Send for NONCLIENTMETRICS
impl Sync for NONCLIENTMETRICS
impl Unpin for NONCLIENTMETRICS
impl UnwindSafe for NONCLIENTMETRICS
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