#[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 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 Debug for tagEMRCREATECOLORSPACEW
impl Debug for tagEMRCREATECOLORSPACEW
Source§impl Ord for tagEMRCREATECOLORSPACEW
impl Ord for tagEMRCREATECOLORSPACEW
Source§fn cmp(&self, other: &tagEMRCREATECOLORSPACEW) -> Ordering
fn cmp(&self, other: &tagEMRCREATECOLORSPACEW) -> 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 tagEMRCREATECOLORSPACEW
impl PartialEq for tagEMRCREATECOLORSPACEW
Source§impl PartialOrd for tagEMRCREATECOLORSPACEW
impl PartialOrd for tagEMRCREATECOLORSPACEW
impl Copy for tagEMRCREATECOLORSPACEW
impl Eq for tagEMRCREATECOLORSPACEW
impl StructuralPartialEq 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