#[repr(C)]pub struct tagEMREXTFLOODFILL {
pub emr: EMR,
pub ptlStart: POINTL,
pub crColor: COLORREF,
pub iMode: DWORD,
}
Fields§
§emr: EMR
§ptlStart: POINTL
§crColor: COLORREF
§iMode: DWORD
Trait Implementations§
Source§impl Clone for tagEMREXTFLOODFILL
impl Clone for tagEMREXTFLOODFILL
Source§fn clone(&self) -> tagEMREXTFLOODFILL
fn clone(&self) -> tagEMREXTFLOODFILL
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 Debug for tagEMREXTFLOODFILL
impl Debug for tagEMREXTFLOODFILL
Source§impl Ord for tagEMREXTFLOODFILL
impl Ord for tagEMREXTFLOODFILL
Source§fn cmp(&self, other: &tagEMREXTFLOODFILL) -> Ordering
fn cmp(&self, other: &tagEMREXTFLOODFILL) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMREXTFLOODFILL
impl PartialEq for tagEMREXTFLOODFILL
Source§impl PartialOrd for tagEMREXTFLOODFILL
impl PartialOrd for tagEMREXTFLOODFILL
impl Copy for tagEMREXTFLOODFILL
impl Eq for tagEMREXTFLOODFILL
impl StructuralPartialEq for tagEMREXTFLOODFILL
Auto Trait Implementations§
impl Freeze for tagEMREXTFLOODFILL
impl RefUnwindSafe for tagEMREXTFLOODFILL
impl Send for tagEMREXTFLOODFILL
impl Sync for tagEMREXTFLOODFILL
impl Unpin for tagEMREXTFLOODFILL
impl UnwindSafe for tagEMREXTFLOODFILL
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