Struct winsafe::NONCLIENTMETRICS[][src]

#[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, // some fields omitted
}
Expand description

Fields

iBorderWidth: i32iScrollWidth: i32iScrollHeight: i32iCaptionWidth: i32iCaptionHeight: i32lfCaptionFont: LOGFONTiSmCaptionWidth: i32iSmCaptionHeight: i32lfSmCaptionFont: LOGFONTiMenuWidth: i32iMenuHeight: i32lfMenuFont: LOGFONTlfStatusFont: LOGFONTlfMessageFont: LOGFONTiPaddedBorderWidth: i32

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.