#[repr(C)]pub struct tagENUMLOGFONTEXDVW {
pub elfEnumLogfontEx: ENUMLOGFONTEXW,
pub elfDesignVector: DESIGNVECTOR,
}Fields§
§elfEnumLogfontEx: ENUMLOGFONTEXW§elfDesignVector: DESIGNVECTORTrait Implementations§
Source§impl Clone for tagENUMLOGFONTEXDVW
impl Clone for tagENUMLOGFONTEXDVW
Source§fn clone(&self) -> tagENUMLOGFONTEXDVW
fn clone(&self) -> tagENUMLOGFONTEXDVW
Returns a duplicate 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
impl Copy 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