#[repr(C)]pub struct tagEMRCREATECOLORSPACE {
pub emr: EMR,
pub ihCS: DWORD,
pub lcs: LOGCOLORSPACEA,
}
Fields§
§emr: EMR
§ihCS: DWORD
§lcs: LOGCOLORSPACEA
Trait Implementations§
Source§impl Clone for tagEMRCREATECOLORSPACE
impl Clone for tagEMRCREATECOLORSPACE
Source§fn clone(&self) -> tagEMRCREATECOLORSPACE
fn clone(&self) -> tagEMRCREATECOLORSPACE
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 tagEMRCREATECOLORSPACE
impl Debug for tagEMRCREATECOLORSPACE
Source§impl Ord for tagEMRCREATECOLORSPACE
impl Ord for tagEMRCREATECOLORSPACE
Source§fn cmp(&self, other: &tagEMRCREATECOLORSPACE) -> Ordering
fn cmp(&self, other: &tagEMRCREATECOLORSPACE) -> 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 tagEMRCREATECOLORSPACE
impl PartialEq for tagEMRCREATECOLORSPACE
Source§impl PartialOrd for tagEMRCREATECOLORSPACE
impl PartialOrd for tagEMRCREATECOLORSPACE
impl Copy for tagEMRCREATECOLORSPACE
impl Eq for tagEMRCREATECOLORSPACE
impl StructuralPartialEq 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