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