Struct winapi::um::wingdi::EMREXTFLOODFILL
source · #[repr(C)]pub struct EMREXTFLOODFILL {
pub emr: EMR,
pub ptlStart: POINTL,
pub crColor: COLORREF,
pub iMode: DWORD,
}Fields§
§emr: EMR§ptlStart: POINTL§crColor: COLORREF§iMode: DWORDTrait Implementations§
source§impl Clone for EMREXTFLOODFILL
impl Clone for EMREXTFLOODFILL
source§fn clone(&self) -> EMREXTFLOODFILL
fn clone(&self) -> EMREXTFLOODFILL
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for EMREXTFLOODFILL
impl Default for EMREXTFLOODFILL
source§fn default() -> EMREXTFLOODFILL
fn default() -> EMREXTFLOODFILL
Returns the “default value” for a type. Read more