#[repr(C)]pub struct tagEMRCREATEMONOBRUSH {
pub emr: EMR,
pub ihBrush: DWORD,
pub iUsage: DWORD,
pub offBmi: DWORD,
pub cbBmi: DWORD,
pub offBits: DWORD,
pub cbBits: DWORD,
}
Fields§
§emr: EMR
§ihBrush: DWORD
§iUsage: DWORD
§offBmi: DWORD
§cbBmi: DWORD
§offBits: DWORD
§cbBits: DWORD
Trait Implementations§
Source§impl Clone for tagEMRCREATEMONOBRUSH
impl Clone for tagEMRCREATEMONOBRUSH
Source§fn clone(&self) -> tagEMRCREATEMONOBRUSH
fn clone(&self) -> tagEMRCREATEMONOBRUSH
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 tagEMRCREATEMONOBRUSH
impl Debug for tagEMRCREATEMONOBRUSH
Source§impl Ord for tagEMRCREATEMONOBRUSH
impl Ord for tagEMRCREATEMONOBRUSH
Source§fn cmp(&self, other: &tagEMRCREATEMONOBRUSH) -> Ordering
fn cmp(&self, other: &tagEMRCREATEMONOBRUSH) -> 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 tagEMRCREATEMONOBRUSH
impl PartialEq for tagEMRCREATEMONOBRUSH
Source§impl PartialOrd for tagEMRCREATEMONOBRUSH
impl PartialOrd for tagEMRCREATEMONOBRUSH
impl Copy for tagEMRCREATEMONOBRUSH
impl Eq for tagEMRCREATEMONOBRUSH
impl StructuralPartialEq for tagEMRCREATEMONOBRUSH
Auto Trait Implementations§
impl Freeze for tagEMRCREATEMONOBRUSH
impl RefUnwindSafe for tagEMRCREATEMONOBRUSH
impl Send for tagEMRCREATEMONOBRUSH
impl Sync for tagEMRCREATEMONOBRUSH
impl Unpin for tagEMRCREATEMONOBRUSH
impl UnwindSafe for tagEMRCREATEMONOBRUSH
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