#[repr(C)]pub struct EMRCREATECOLORSPACE {
pub emr: EMR,
pub ihCS: DWORD,
pub lcs: LOGCOLORSPACEA,
}
Fields
emr: EMR
ihCS: DWORD
lcs: LOGCOLORSPACEA
Trait Implementations
sourceimpl Clone for EMRCREATECOLORSPACE
impl Clone for EMRCREATECOLORSPACE
sourcefn clone(&self) -> EMRCREATECOLORSPACE
fn clone(&self) -> EMRCREATECOLORSPACE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EMRCREATECOLORSPACE
Auto Trait Implementations
impl RefUnwindSafe for EMRCREATECOLORSPACE
impl Send for EMRCREATECOLORSPACE
impl Sync for EMRCREATECOLORSPACE
impl Unpin for EMRCREATECOLORSPACE
impl UnwindSafe for EMRCREATECOLORSPACE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more