#[repr(C)]pub struct EMRSETTEXTCOLOR {
pub emr: EMR,
pub crColor: u32,
}
Fields§
§emr: EMR
§crColor: u32
Trait Implementations§
Source§impl Abi for EMRSETTEXTCOLOR
impl Abi for EMRSETTEXTCOLOR
Source§type Abi = EMRSETTEXTCOLOR
type Abi = EMRSETTEXTCOLOR
The abi representation of the implementing type. Read more
type DefaultType = EMRSETTEXTCOLOR
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 EMRSETTEXTCOLOR
impl Clone for EMRSETTEXTCOLOR
Source§fn clone(&self) -> EMRSETTEXTCOLOR
fn clone(&self) -> EMRSETTEXTCOLOR
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 EMRSETTEXTCOLOR
impl Debug for EMRSETTEXTCOLOR
Source§impl Default for EMRSETTEXTCOLOR
impl Default for EMRSETTEXTCOLOR
Source§impl PartialEq for EMRSETTEXTCOLOR
impl PartialEq for EMRSETTEXTCOLOR
impl Copy for EMRSETTEXTCOLOR
impl Eq for EMRSETTEXTCOLOR
Auto Trait Implementations§
impl Freeze for EMRSETTEXTCOLOR
impl RefUnwindSafe for EMRSETTEXTCOLOR
impl Send for EMRSETTEXTCOLOR
impl Sync for EMRSETTEXTCOLOR
impl Unpin for EMRSETTEXTCOLOR
impl UnwindSafe for EMRSETTEXTCOLOR
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