Struct EMRSELECTPALETTE
#[repr(C)]pub struct EMRSELECTPALETTE {
pub emr: EMR,
pub ihPal: u32,
}
Fields§
§emr: EMR
§ihPal: u32
Trait Implementations§
§impl Clone for EMRSELECTPALETTE
impl Clone for EMRSELECTPALETTE
§fn clone(&self) -> EMRSELECTPALETTE
fn clone(&self) -> EMRSELECTPALETTE
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 moreimpl Copy for EMRSELECTPALETTE
Auto Trait Implementations§
impl Freeze for EMRSELECTPALETTE
impl RefUnwindSafe for EMRSELECTPALETTE
impl Send for EMRSELECTPALETTE
impl Sync for EMRSELECTPALETTE
impl Unpin for EMRSELECTPALETTE
impl UnwindSafe for EMRSELECTPALETTE
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