#[repr(C)]pub struct tagEMRCREATECOLORSPACEW {
pub emr: EMR,
pub ihCS: DWORD,
pub lcs: LOGCOLORSPACEW,
pub dwFlags: DWORD,
pub cbData: DWORD,
pub Data: [BYTE; 1],
}Fields§
§emr: EMR§ihCS: DWORD§lcs: LOGCOLORSPACEW§dwFlags: DWORD§cbData: DWORD§Data: [BYTE; 1]Trait Implementations§
Source§impl Clone for tagEMRCREATECOLORSPACEW
impl Clone for tagEMRCREATECOLORSPACEW
Source§fn clone(&self) -> tagEMRCREATECOLORSPACEW
fn clone(&self) -> tagEMRCREATECOLORSPACEW
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 tagEMRCREATECOLORSPACEW
Auto Trait Implementations§
impl Freeze for tagEMRCREATECOLORSPACEW
impl RefUnwindSafe for tagEMRCREATECOLORSPACEW
impl Send for tagEMRCREATECOLORSPACEW
impl Sync for tagEMRCREATECOLORSPACEW
impl Unpin for tagEMRCREATECOLORSPACEW
impl UnwindSafe for tagEMRCREATECOLORSPACEW
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