Struct winapi::winuser::NONCLIENTMETRICSW [] [src]

pub struct NONCLIENTMETRICSW {
    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
iBorderWidth
iScrollWidth
iScrollHeight
iCaptionWidth
iCaptionHeight
lfCaptionFont
iSmCaptionWidth
iSmCaptionHeight
lfSmCaptionFont
iMenuWidth
iMenuHeight
lfMenuFont
lfStatusFont
lfMessageFont
iPaddedBorderWidth

Trait Implementations

Derived Implementations

impl Copy for NONCLIENTMETRICSW

impl Clone for NONCLIENTMETRICSW

fn clone(&self) -> NONCLIENTMETRICSW

fn clone_from(&mut self, source: &Self)