Struct windows_sys::Win32::Graphics::Gdi::EMROFFSETCLIPRGN
#[repr(C)]pub struct EMROFFSETCLIPRGN {
pub emr: EMR,
pub ptlOffset: POINTL,
}
Expand description
Required features: "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§
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