Struct windows_sys::Win32::Graphics::Gdi::EMRINVERTRGN
[−]#[repr(C)]pub struct EMRINVERTRGN {
pub emr: EMR,
pub rclBounds: RECTL,
pub cbRgnData: u32,
pub RgnData: [u8; 1],
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
rclBounds: RECTL
cbRgnData: u32
RgnData: [u8; 1]
Trait Implementations
impl Clone for EMRINVERTRGN
impl Clone for EMRINVERTRGN
impl Copy for EMRINVERTRGN
Auto Trait Implementations
impl RefUnwindSafe for EMRINVERTRGN
impl Send for EMRINVERTRGN
impl Sync for EMRINVERTRGN
impl Unpin for EMRINVERTRGN
impl UnwindSafe for EMRINVERTRGN
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