Struct winapi::um::wingdi::EXTLOGFONTA
source · #[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§
source§impl Clone for EXTLOGFONTA
impl Clone for EXTLOGFONTA
source§fn clone(&self) -> EXTLOGFONTA
fn clone(&self) -> EXTLOGFONTA
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 Default for EXTLOGFONTA
impl Default for EXTLOGFONTA
source§fn default() -> EXTLOGFONTA
fn default() -> EXTLOGFONTA
Returns the “default value” for a type. Read more