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