Struct windows_sys::Win32::Graphics::Gdi::EMREXTCREATEFONTINDIRECTW
[−]#[repr(C)]pub struct EMREXTCREATEFONTINDIRECTW {
pub emr: EMR,
pub ihFont: u32,
pub elfw: EXTLOGFONTW,
}
Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
emr: EMR
ihFont: u32
elfw: EXTLOGFONTW
Trait Implementations
impl Clone for EMREXTCREATEFONTINDIRECTW
impl Clone for EMREXTCREATEFONTINDIRECTW
impl Copy for EMREXTCREATEFONTINDIRECTW
Auto Trait Implementations
impl RefUnwindSafe for EMREXTCREATEFONTINDIRECTW
impl Send for EMREXTCREATEFONTINDIRECTW
impl Sync for EMREXTCREATEFONTINDIRECTW
impl Unpin for EMREXTCREATEFONTINDIRECTW
impl UnwindSafe for EMREXTCREATEFONTINDIRECTW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more