#[repr(C)]pub struct ENUMLOGFONTW {
pub elfLogFont: LOGFONTW,
pub elfFullName: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
}
Fields
elfLogFont: LOGFONTW
elfFullName: [WCHAR; 64]
elfStyle: [WCHAR; 32]
Trait Implementations
sourceimpl Clone for ENUMLOGFONTW
impl Clone for ENUMLOGFONTW
sourcefn clone(&self) -> ENUMLOGFONTW
fn clone(&self) -> ENUMLOGFONTW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for ENUMLOGFONTW
Auto Trait Implementations
impl RefUnwindSafe for ENUMLOGFONTW
impl Send for ENUMLOGFONTW
impl Sync for ENUMLOGFONTW
impl Unpin for ENUMLOGFONTW
impl UnwindSafe for ENUMLOGFONTW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more