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