#[repr(C)]pub struct ENUMLOGFONTEXW {
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
sourceimpl Clone for ENUMLOGFONTEXW
impl Clone for ENUMLOGFONTEXW
sourcefn clone(&self) -> ENUMLOGFONTEXW
fn clone(&self) -> ENUMLOGFONTEXW
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 ENUMLOGFONTEXW
Auto Trait Implementations
impl RefUnwindSafe for ENUMLOGFONTEXW
impl Send for ENUMLOGFONTEXW
impl Sync for ENUMLOGFONTEXW
impl Unpin for ENUMLOGFONTEXW
impl UnwindSafe for ENUMLOGFONTEXW
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