Struct windows_sys::Win32::Graphics::Gdi::EMRSELECTOBJECT
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
ihObject: u32
Trait Implementations
impl Clone for EMRSELECTOBJECT
impl Clone for EMRSELECTOBJECT
impl Copy for EMRSELECTOBJECT
Auto Trait Implementations
impl RefUnwindSafe for EMRSELECTOBJECT
impl Send for EMRSELECTOBJECT
impl Sync for EMRSELECTOBJECT
impl Unpin for EMRSELECTOBJECT
impl UnwindSafe for EMRSELECTOBJECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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