Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::NONCLIENTMETRICSW [−][src]
#[repr(C)]pub struct NONCLIENTMETRICSW {Show 16 fields
pub cbSize: u32,
pub iBorderWidth: i32,
pub iScrollWidth: i32,
pub iScrollHeight: i32,
pub iCaptionWidth: i32,
pub iCaptionHeight: i32,
pub lfCaptionFont: LOGFONTW,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: LOGFONTW,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: LOGFONTW,
pub lfStatusFont: LOGFONTW,
pub lfMessageFont: LOGFONTW,
pub iPaddedBorderWidth: i32,
}Fields
cbSize: u32iBorderWidth: i32iScrollWidth: i32iScrollHeight: i32iCaptionWidth: i32iCaptionHeight: i32lfCaptionFont: LOGFONTWiSmCaptionWidth: i32iSmCaptionHeight: i32lfSmCaptionFont: LOGFONTWiMenuWidth: i32iMenuHeight: i32lfMenuFont: LOGFONTWlfStatusFont: LOGFONTWlfMessageFont: LOGFONTWiPaddedBorderWidth: i32Trait Implementations
type Abi = NONCLIENTMETRICSW
type Abi = NONCLIENTMETRICSW
The abi representation of the implementing type. Read more
type DefaultType = NONCLIENTMETRICSW
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NONCLIENTMETRICSW
impl Send for NONCLIENTMETRICSW
impl Sync for NONCLIENTMETRICSW
impl Unpin for NONCLIENTMETRICSW
impl UnwindSafe for NONCLIENTMETRICSW
Blanket Implementations
Mutably borrows from an owned value. Read more