#[repr(C)]pub struct tagEMRCREATECOLORSPACE {
pub emr: EMR,
pub ihCS: DWORD,
pub lcs: LOGCOLORSPACEA,
}Fields§
§emr: EMR§ihCS: DWORD§lcs: LOGCOLORSPACEATrait Implementations§
Source§impl Clone for tagEMRCREATECOLORSPACE
impl Clone for tagEMRCREATECOLORSPACE
Source§fn clone(&self) -> tagEMRCREATECOLORSPACE
fn clone(&self) -> tagEMRCREATECOLORSPACE
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 tagEMRCREATECOLORSPACE
impl Debug for tagEMRCREATECOLORSPACE
impl Copy for tagEMRCREATECOLORSPACE
Auto Trait Implementations§
impl Freeze for tagEMRCREATECOLORSPACE
impl RefUnwindSafe for tagEMRCREATECOLORSPACE
impl Send for tagEMRCREATECOLORSPACE
impl Sync for tagEMRCREATECOLORSPACE
impl Unpin for tagEMRCREATECOLORSPACE
impl UnwindSafe for tagEMRCREATECOLORSPACE
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