#[repr(C)]pub struct tagENUMLOGFONTW {
pub elfLogFont: LOGFONTW,
pub elfFullName: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
}
Fields§
§elfLogFont: LOGFONTW
§elfFullName: [WCHAR; 64]
§elfStyle: [WCHAR; 32]
Trait Implementations§
Source§impl Clone for tagENUMLOGFONTW
impl Clone for tagENUMLOGFONTW
Source§fn clone(&self) -> tagENUMLOGFONTW
fn clone(&self) -> tagENUMLOGFONTW
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 tagENUMLOGFONTW
impl Debug for tagENUMLOGFONTW
Source§impl Ord for tagENUMLOGFONTW
impl Ord for tagENUMLOGFONTW
Source§fn cmp(&self, other: &tagENUMLOGFONTW) -> Ordering
fn cmp(&self, other: &tagENUMLOGFONTW) -> 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 tagENUMLOGFONTW
impl PartialEq for tagENUMLOGFONTW
Source§impl PartialOrd for tagENUMLOGFONTW
impl PartialOrd for tagENUMLOGFONTW
impl Copy for tagENUMLOGFONTW
impl Eq for tagENUMLOGFONTW
impl StructuralPartialEq for tagENUMLOGFONTW
Auto Trait Implementations§
impl Freeze for tagENUMLOGFONTW
impl RefUnwindSafe for tagENUMLOGFONTW
impl Send for tagENUMLOGFONTW
impl Sync for tagENUMLOGFONTW
impl Unpin for tagENUMLOGFONTW
impl UnwindSafe for tagENUMLOGFONTW
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