#[repr(C)]pub struct tagENUMLOGFONTW {
pub elfLogFont: LOGFONTW,
pub elfFullName: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
}Fields§
§elfLogFont: LOGFONTW§elfFullName: [WCHAR; 64]§elfStyle: [WCHAR; 32]Trait Implementations§
Source§impl Clone for tagENUMLOGFONTW
impl Clone for tagENUMLOGFONTW
Source§fn clone(&self) -> tagENUMLOGFONTW
fn clone(&self) -> tagENUMLOGFONTW
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 tagENUMLOGFONTW
impl Debug for tagENUMLOGFONTW
impl Copy for tagENUMLOGFONTW
Auto Trait Implementations§
impl Freeze for tagENUMLOGFONTW
impl RefUnwindSafe for tagENUMLOGFONTW
impl Send for tagENUMLOGFONTW
impl Sync for tagENUMLOGFONTW
impl Unpin for tagENUMLOGFONTW
impl UnwindSafe for tagENUMLOGFONTW
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