#[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: DWORDTrait Implementations§
Source§impl Clone for tagEMRCREATEDIBPATTERNBRUSHPT
impl Clone for tagEMRCREATEDIBPATTERNBRUSHPT
Source§fn clone(&self) -> tagEMRCREATEDIBPATTERNBRUSHPT
fn clone(&self) -> tagEMRCREATEDIBPATTERNBRUSHPT
Returns a duplicate 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 moreimpl Copy 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