#[repr(C)]pub struct tagENUMLOGFONTEXDVW {
pub elfEnumLogfontEx: ENUMLOGFONTEXW,
pub elfDesignVector: DESIGNVECTOR,
}
Fields§
§elfEnumLogfontEx: ENUMLOGFONTEXW
§elfDesignVector: DESIGNVECTOR
Trait Implementations§
Source§impl Clone for tagENUMLOGFONTEXDVW
impl Clone for tagENUMLOGFONTEXDVW
Source§fn clone(&self) -> tagENUMLOGFONTEXDVW
fn clone(&self) -> tagENUMLOGFONTEXDVW
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 tagENUMLOGFONTEXDVW
impl Debug for tagENUMLOGFONTEXDVW
Source§impl Ord for tagENUMLOGFONTEXDVW
impl Ord for tagENUMLOGFONTEXDVW
Source§fn cmp(&self, other: &tagENUMLOGFONTEXDVW) -> Ordering
fn cmp(&self, other: &tagENUMLOGFONTEXDVW) -> 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 tagENUMLOGFONTEXDVW
impl PartialEq for tagENUMLOGFONTEXDVW
Source§impl PartialOrd for tagENUMLOGFONTEXDVW
impl PartialOrd for tagENUMLOGFONTEXDVW
impl Copy for tagENUMLOGFONTEXDVW
impl Eq for tagENUMLOGFONTEXDVW
impl StructuralPartialEq for tagENUMLOGFONTEXDVW
Auto Trait Implementations§
impl Freeze for tagENUMLOGFONTEXDVW
impl RefUnwindSafe for tagENUMLOGFONTEXDVW
impl Send for tagENUMLOGFONTEXDVW
impl Sync for tagENUMLOGFONTEXDVW
impl Unpin for tagENUMLOGFONTEXDVW
impl UnwindSafe for tagENUMLOGFONTEXDVW
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