Struct winapi::winuser::NONCLIENTMETRICSA
[−]
[src]
pub struct NONCLIENTMETRICSA { 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 | |
iBorderWidth | |
iScrollWidth | |
iScrollHeight | |
iCaptionWidth | |
iCaptionHeight | |
lfCaptionFont | |
iSmCaptionWidth | |
iSmCaptionHeight | |
lfSmCaptionFont | |
iMenuWidth | |
iMenuHeight | |
lfMenuFont | |
lfStatusFont | |
lfMessageFont | |
iPaddedBorderWidth |
Trait Implementations
impl Copy for NONCLIENTMETRICSA
[src]
impl Clone for NONCLIENTMETRICSA
[src]
fn clone(&self) -> NONCLIENTMETRICSA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more