#[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: DWORDTrait Implementations§
Source§impl Clone for tagEMRCREATEMONOBRUSH
impl Clone for tagEMRCREATEMONOBRUSH
Source§fn clone(&self) -> tagEMRCREATEMONOBRUSH
fn clone(&self) -> tagEMRCREATEMONOBRUSH
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 moreSource§impl Debug for tagEMRCREATEMONOBRUSH
impl Debug for tagEMRCREATEMONOBRUSH
impl Copy 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