#[repr(C)]pub struct EMRSELECTPALETTE {
pub emr: EMR,
pub ihPal: u32,
}Fields§
§emr: EMR§ihPal: u32Trait Implementations§
Source§impl Abi for EMRSELECTPALETTE
impl Abi for EMRSELECTPALETTE
Source§type Abi = EMRSELECTPALETTE
type Abi = EMRSELECTPALETTE
The abi representation of the implementing type. Read more
type DefaultType = EMRSELECTPALETTE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for EMRSELECTPALETTE
impl Clone for EMRSELECTPALETTE
Source§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 moreSource§impl Debug for EMRSELECTPALETTE
impl Debug for EMRSELECTPALETTE
Source§impl Default for EMRSELECTPALETTE
impl Default for EMRSELECTPALETTE
Source§impl PartialEq for EMRSELECTPALETTE
impl PartialEq for EMRSELECTPALETTE
impl Copy for EMRSELECTPALETTE
impl Eq 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