Struct winapi::um::winuser::NONCLIENTMETRICSA
source · #[repr(C)]pub struct NONCLIENTMETRICSA {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 NONCLIENTMETRICSA
impl Clone for NONCLIENTMETRICSA
source§fn clone(&self) -> NONCLIENTMETRICSA
fn clone(&self) -> NONCLIENTMETRICSA
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 Default for NONCLIENTMETRICSA
impl Default for NONCLIENTMETRICSA
source§fn default() -> NONCLIENTMETRICSA
fn default() -> NONCLIENTMETRICSA
Returns the “default value” for a type. Read more