#[repr(C)]pub struct ENUMLOGFONTEXA {
pub elfLogFont: LOGFONTA,
pub elfFullName: [BYTE; 64],
pub elfStyle: [BYTE; 32],
pub elfScript: [BYTE; 32],
}
Fields
elfLogFont: LOGFONTA
elfFullName: [BYTE; 64]
elfStyle: [BYTE; 32]
elfScript: [BYTE; 32]
Trait Implementations
sourceimpl Clone for ENUMLOGFONTEXA
impl Clone for ENUMLOGFONTEXA
sourcefn clone(&self) -> ENUMLOGFONTEXA
fn clone(&self) -> ENUMLOGFONTEXA
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 ENUMLOGFONTEXA
Auto Trait Implementations
impl RefUnwindSafe for ENUMLOGFONTEXA
impl Send for ENUMLOGFONTEXA
impl Sync for ENUMLOGFONTEXA
impl Unpin for ENUMLOGFONTEXA
impl UnwindSafe for ENUMLOGFONTEXA
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