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