Struct windows_sys::Win32::Graphics::Gdi::EMREXTFLOODFILL
[−]#[repr(C)]pub struct EMREXTFLOODFILL {
pub emr: EMR,
pub ptlStart: POINTL,
pub crColor: COLORREF,
pub iMode: u32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
ptlStart: POINTL
crColor: COLORREF
iMode: u32
Trait Implementations
impl Clone for EMREXTFLOODFILL
impl Clone for EMREXTFLOODFILL
impl Copy for EMREXTFLOODFILL
Auto Trait Implementations
impl RefUnwindSafe for EMREXTFLOODFILL
impl Send for EMREXTFLOODFILL
impl Sync for EMREXTFLOODFILL
impl Unpin for EMREXTFLOODFILL
impl UnwindSafe for EMREXTFLOODFILL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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