#[repr(C)]pub struct EXTLOGFONTA {
pub elfLogFont: LOGFONTA,
pub elfFullName: [BYTE; 64],
pub elfStyle: [BYTE; 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: LOGFONTA
elfFullName: [BYTE; 64]
elfStyle: [BYTE; 32]
elfVersion: DWORD
elfStyleSize: DWORD
elfMatch: DWORD
elfReserved: DWORD
elfVendorId: [BYTE; 4]
elfCulture: DWORD
elfPanose: PANOSE
Trait Implementations
sourceimpl Clone for EXTLOGFONTA
impl Clone for EXTLOGFONTA
sourcefn clone(&self) -> EXTLOGFONTA
fn clone(&self) -> EXTLOGFONTA
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 EXTLOGFONTA
Auto Trait Implementations
impl RefUnwindSafe for EXTLOGFONTA
impl Send for EXTLOGFONTA
impl Sync for EXTLOGFONTA
impl Unpin for EXTLOGFONTA
impl UnwindSafe for EXTLOGFONTA
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