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