Struct windows_sys::Win32::Graphics::Gdi::EMRSELECTOBJECT
#[repr(C)]pub struct EMRSELECTOBJECT {
pub emr: EMR,
pub ihObject: u32,
}
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§
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