Struct windows_sys::Win32::Graphics::Gdi::EMROFFSETCLIPRGN
[−]Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
ptlOffset: POINTL
Trait Implementations
impl Clone for EMROFFSETCLIPRGN
impl Clone for EMROFFSETCLIPRGN
impl Copy for EMROFFSETCLIPRGN
Auto Trait Implementations
impl RefUnwindSafe for EMROFFSETCLIPRGN
impl Send for EMROFFSETCLIPRGN
impl Sync for EMROFFSETCLIPRGN
impl Unpin for EMROFFSETCLIPRGN
impl UnwindSafe for EMROFFSETCLIPRGN
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