#[repr(C)]pub struct EXTLOGFONTW {
pub elfLogFont: LOGFONTW,
pub elfFullNam: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
pub elfVersion: DWORD,
pub elfStyleSize: DWORD,
pub elfMatch: DWORD,
pub elfReserved: DWORD,
pub elfVendorId: [BYTE; 4],
pub elfCulture: DWORD,
pub elfPanose: PANOSE,
}
Fields
elfLogFont: LOGFONTW
elfFullNam: [WCHAR; 64]
elfStyle: [WCHAR; 32]
elfVersion: DWORD
elfStyleSize: DWORD
elfMatch: DWORD
elfReserved: DWORD
elfVendorId: [BYTE; 4]
elfCulture: DWORD
elfPanose: PANOSE
Trait Implementations
sourceimpl Clone for EXTLOGFONTW
impl Clone for EXTLOGFONTW
sourcefn clone(&self) -> EXTLOGFONTW
fn clone(&self) -> EXTLOGFONTW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EXTLOGFONTW
Auto Trait Implementations
impl RefUnwindSafe for EXTLOGFONTW
impl Send for EXTLOGFONTW
impl Sync for EXTLOGFONTW
impl Unpin for EXTLOGFONTW
impl UnwindSafe for EXTLOGFONTW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more