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