#[repr(C)]pub struct tagENUMLOGFONTEXW {
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§
Source§impl Clone for tagENUMLOGFONTEXW
impl Clone for tagENUMLOGFONTEXW
Source§fn clone(&self) -> tagENUMLOGFONTEXW
fn clone(&self) -> tagENUMLOGFONTEXW
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 tagENUMLOGFONTEXW
impl Debug for tagENUMLOGFONTEXW
impl Copy for tagENUMLOGFONTEXW
Auto Trait Implementations§
impl Freeze for tagENUMLOGFONTEXW
impl RefUnwindSafe for tagENUMLOGFONTEXW
impl Send for tagENUMLOGFONTEXW
impl Sync for tagENUMLOGFONTEXW
impl Unpin for tagENUMLOGFONTEXW
impl UnwindSafe for tagENUMLOGFONTEXW
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