#[repr(C)]pub struct ICONMETRICSW {
pub cbSize: u32,
pub iHorzSpacing: i32,
pub iVertSpacing: i32,
pub iTitleWrap: i32,
pub lfFont: LOGFONTW,
}
Fields§
§cbSize: u32
§iHorzSpacing: i32
§iVertSpacing: i32
§iTitleWrap: i32
§lfFont: LOGFONTW
Trait Implementations§
Source§impl Abi for ICONMETRICSW
impl Abi for ICONMETRICSW
Source§type Abi = ICONMETRICSW
type Abi = ICONMETRICSW
The abi representation of the implementing type. Read more
type DefaultType = ICONMETRICSW
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 ICONMETRICSW
impl Clone for ICONMETRICSW
Source§fn clone(&self) -> ICONMETRICSW
fn clone(&self) -> ICONMETRICSW
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 ICONMETRICSW
impl Debug for ICONMETRICSW
Source§impl Default for ICONMETRICSW
impl Default for ICONMETRICSW
Source§impl PartialEq for ICONMETRICSW
impl PartialEq for ICONMETRICSW
impl Copy for ICONMETRICSW
impl Eq for ICONMETRICSW
Auto Trait Implementations§
impl Freeze for ICONMETRICSW
impl RefUnwindSafe for ICONMETRICSW
impl Send for ICONMETRICSW
impl Sync for ICONMETRICSW
impl Unpin for ICONMETRICSW
impl UnwindSafe for ICONMETRICSW
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