#[repr(C)]pub struct tagICONMETRICSA {
pub cbSize: UINT,
pub iHorzSpacing: c_int,
pub iVertSpacing: c_int,
pub iTitleWrap: c_int,
pub lfFont: LOGFONTA,
}Fields§
§cbSize: UINT§iHorzSpacing: c_int§iVertSpacing: c_int§iTitleWrap: c_int§lfFont: LOGFONTATrait Implementations§
Source§impl Clone for tagICONMETRICSA
impl Clone for tagICONMETRICSA
Source§fn clone(&self) -> tagICONMETRICSA
fn clone(&self) -> tagICONMETRICSA
Returns a duplicate 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 tagICONMETRICSA
impl Debug for tagICONMETRICSA
impl Copy for tagICONMETRICSA
Auto Trait Implementations§
impl Freeze for tagICONMETRICSA
impl RefUnwindSafe for tagICONMETRICSA
impl Send for tagICONMETRICSA
impl Sync for tagICONMETRICSA
impl Unpin for tagICONMETRICSA
impl UnwindSafe for tagICONMETRICSA
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