#[repr(C)]pub struct tagENUMLOGFONTEXW {
pub elfLogFont: LOGFONTW,
pub elfFullName: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
pub elfScript: [WCHAR; 32],
}
Fields§
§elfLogFont: LOGFONTW
§elfFullName: [WCHAR; 64]
§elfStyle: [WCHAR; 32]
§elfScript: [WCHAR; 32]
Trait Implementations§
Source§impl Clone for tagENUMLOGFONTEXW
impl Clone for tagENUMLOGFONTEXW
Source§fn clone(&self) -> tagENUMLOGFONTEXW
fn clone(&self) -> tagENUMLOGFONTEXW
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 Debug for tagENUMLOGFONTEXW
impl Debug for tagENUMLOGFONTEXW
Source§impl Ord for tagENUMLOGFONTEXW
impl Ord for tagENUMLOGFONTEXW
Source§fn cmp(&self, other: &tagENUMLOGFONTEXW) -> Ordering
fn cmp(&self, other: &tagENUMLOGFONTEXW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagENUMLOGFONTEXW
impl PartialEq for tagENUMLOGFONTEXW
Source§impl PartialOrd for tagENUMLOGFONTEXW
impl PartialOrd for tagENUMLOGFONTEXW
impl Copy for tagENUMLOGFONTEXW
impl Eq for tagENUMLOGFONTEXW
impl StructuralPartialEq for tagENUMLOGFONTEXW
Auto Trait Implementations§
impl Freeze for tagENUMLOGFONTEXW
impl RefUnwindSafe for tagENUMLOGFONTEXW
impl Send for tagENUMLOGFONTEXW
impl Sync for tagENUMLOGFONTEXW
impl Unpin for tagENUMLOGFONTEXW
impl UnwindSafe for tagENUMLOGFONTEXW
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