Struct windows_sys::Win32::UI::WindowsAndMessaging::NONCLIENTMETRICSA
[−]#[repr(C)]pub struct NONCLIENTMETRICSA {Show 16 fields
pub cbSize: u32,
pub iBorderWidth: i32,
pub iScrollWidth: i32,
pub iScrollHeight: i32,
pub iCaptionWidth: i32,
pub iCaptionHeight: i32,
pub lfCaptionFont: LOGFONTA,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: LOGFONTA,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: LOGFONTA,
pub lfStatusFont: LOGFONTA,
pub lfMessageFont: LOGFONTA,
pub iPaddedBorderWidth: i32,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
cbSize: u32iBorderWidth: i32iScrollWidth: i32iScrollHeight: i32iCaptionWidth: i32iCaptionHeight: i32lfCaptionFont: LOGFONTAiSmCaptionWidth: i32iSmCaptionHeight: i32lfSmCaptionFont: LOGFONTAiMenuWidth: i32iMenuHeight: i32lfMenuFont: LOGFONTAlfStatusFont: LOGFONTAlfMessageFont: LOGFONTAiPaddedBorderWidth: i32Trait Implementations
impl Clone for NONCLIENTMETRICSA
impl Clone for NONCLIENTMETRICSA
impl Copy for NONCLIENTMETRICSA
Auto Trait Implementations
impl RefUnwindSafe for NONCLIENTMETRICSA
impl Send for NONCLIENTMETRICSA
impl Sync for NONCLIENTMETRICSA
impl Unpin for NONCLIENTMETRICSA
impl UnwindSafe for NONCLIENTMETRICSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more