Struct windows_sys::Win32::Graphics::Gdi::EMREXTCREATEPEN
[−]#[repr(C)]pub struct EMREXTCREATEPEN {
pub emr: EMR,
pub ihPen: u32,
pub offBmi: u32,
pub cbBmi: u32,
pub offBits: u32,
pub cbBits: u32,
pub elp: EXTLOGPEN32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
ihPen: u32
offBmi: u32
cbBmi: u32
offBits: u32
cbBits: u32
elp: EXTLOGPEN32
Trait Implementations
impl Clone for EMREXTCREATEPEN
impl Clone for EMREXTCREATEPEN
impl Copy for EMREXTCREATEPEN
Auto Trait Implementations
impl RefUnwindSafe for EMREXTCREATEPEN
impl Send for EMREXTCREATEPEN
impl Sync for EMREXTCREATEPEN
impl Unpin for EMREXTCREATEPEN
impl UnwindSafe for EMREXTCREATEPEN
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