Struct vc6_sys::tagEMRSELECTCOLORSPACE
source · #[repr(C)]pub struct tagEMRSELECTCOLORSPACE {
pub emr: EMR,
pub ihCS: DWORD,
}Fields§
§emr: EMR§ihCS: DWORDTrait Implementations§
source§impl Clone for tagEMRSELECTCOLORSPACE
impl Clone for tagEMRSELECTCOLORSPACE
source§fn clone(&self) -> tagEMRSELECTCOLORSPACE
fn clone(&self) -> tagEMRSELECTCOLORSPACE
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 tagEMRSELECTCOLORSPACE
impl Debug for tagEMRSELECTCOLORSPACE
impl Copy for tagEMRSELECTCOLORSPACE
Auto Trait Implementations§
impl RefUnwindSafe for tagEMRSELECTCOLORSPACE
impl Send for tagEMRSELECTCOLORSPACE
impl Sync for tagEMRSELECTCOLORSPACE
impl Unpin for tagEMRSELECTCOLORSPACE
impl UnwindSafe for tagEMRSELECTCOLORSPACE
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