#[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: u32
§iBorderWidth: i32
§iScrollWidth: i32
§iScrollHeight: i32
§iCaptionWidth: i32
§iCaptionHeight: i32
§lfCaptionFont: LOGFONTW
§iSmCaptionWidth: i32
§iSmCaptionHeight: i32
§lfSmCaptionFont: LOGFONTW
§iMenuWidth: i32
§iMenuHeight: i32
§lfMenuFont: LOGFONTW
§lfStatusFont: LOGFONTW
§lfMessageFont: LOGFONTW
§iPaddedBorderWidth: i32
Trait Implementations§
Source§impl Abi for NONCLIENTMETRICSW
impl Abi for NONCLIENTMETRICSW
Source§type Abi = NONCLIENTMETRICSW
type Abi = NONCLIENTMETRICSW
The abi representation of the implementing type. Read more
type DefaultType = NONCLIENTMETRICSW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NONCLIENTMETRICSW
impl Clone for NONCLIENTMETRICSW
Source§fn clone(&self) -> NONCLIENTMETRICSW
fn clone(&self) -> NONCLIENTMETRICSW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NONCLIENTMETRICSW
impl Debug for NONCLIENTMETRICSW
Source§impl Default for NONCLIENTMETRICSW
impl Default for NONCLIENTMETRICSW
Source§impl PartialEq for NONCLIENTMETRICSW
impl PartialEq for NONCLIENTMETRICSW
impl Copy for NONCLIENTMETRICSW
impl Eq for NONCLIENTMETRICSW
Auto Trait Implementations§
impl Freeze for NONCLIENTMETRICSW
impl RefUnwindSafe for NONCLIENTMETRICSW
impl Send for NONCLIENTMETRICSW
impl Sync for NONCLIENTMETRICSW
impl Unpin for NONCLIENTMETRICSW
impl UnwindSafe for NONCLIENTMETRICSW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more