#[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§
Source§impl Clone for EXTLOGFONTW
impl Clone for EXTLOGFONTW
Source§fn clone(&self) -> EXTLOGFONTW
fn clone(&self) -> EXTLOGFONTW
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 EXTLOGFONTW
impl Default for EXTLOGFONTW
Source§fn default() -> EXTLOGFONTW
fn default() -> EXTLOGFONTW
Returns the “default value” for a type. Read more
impl Copy for EXTLOGFONTW
Auto Trait Implementations§
impl Freeze for EXTLOGFONTW
impl RefUnwindSafe for EXTLOGFONTW
impl Send for EXTLOGFONTW
impl Sync for EXTLOGFONTW
impl Unpin for EXTLOGFONTW
impl UnwindSafe for EXTLOGFONTW
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