#[repr(C)]pub struct tagEMRCREATEDIBPATTERNBRUSHPT {
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 tagEMRCREATEDIBPATTERNBRUSHPT
impl Clone for tagEMRCREATEDIBPATTERNBRUSHPT
Source§fn clone(&self) -> tagEMRCREATEDIBPATTERNBRUSHPT
fn clone(&self) -> tagEMRCREATEDIBPATTERNBRUSHPT
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 Ord for tagEMRCREATEDIBPATTERNBRUSHPT
impl Ord for tagEMRCREATEDIBPATTERNBRUSHPT
Source§fn cmp(&self, other: &tagEMRCREATEDIBPATTERNBRUSHPT) -> Ordering
fn cmp(&self, other: &tagEMRCREATEDIBPATTERNBRUSHPT) -> 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 tagEMRCREATEDIBPATTERNBRUSHPT
impl PartialEq for tagEMRCREATEDIBPATTERNBRUSHPT
Source§fn eq(&self, other: &tagEMRCREATEDIBPATTERNBRUSHPT) -> bool
fn eq(&self, other: &tagEMRCREATEDIBPATTERNBRUSHPT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for tagEMRCREATEDIBPATTERNBRUSHPT
impl PartialOrd for tagEMRCREATEDIBPATTERNBRUSHPT
impl Copy for tagEMRCREATEDIBPATTERNBRUSHPT
impl Eq for tagEMRCREATEDIBPATTERNBRUSHPT
impl StructuralPartialEq for tagEMRCREATEDIBPATTERNBRUSHPT
Auto Trait Implementations§
impl Freeze for tagEMRCREATEDIBPATTERNBRUSHPT
impl RefUnwindSafe for tagEMRCREATEDIBPATTERNBRUSHPT
impl Send for tagEMRCREATEDIBPATTERNBRUSHPT
impl Sync for tagEMRCREATEDIBPATTERNBRUSHPT
impl Unpin for tagEMRCREATEDIBPATTERNBRUSHPT
impl UnwindSafe for tagEMRCREATEDIBPATTERNBRUSHPT
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