Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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