#[repr(C)]pub struct tagEMRSETTEXTCOLOR {
pub emr: EMR,
pub crColor: COLORREF,
}
Fields§
§emr: EMR
§crColor: COLORREF
Trait Implementations§
Source§impl Clone for tagEMRSETTEXTCOLOR
impl Clone for tagEMRSETTEXTCOLOR
Source§fn clone(&self) -> tagEMRSETTEXTCOLOR
fn clone(&self) -> tagEMRSETTEXTCOLOR
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 tagEMRSETTEXTCOLOR
impl Debug for tagEMRSETTEXTCOLOR
Source§impl Ord for tagEMRSETTEXTCOLOR
impl Ord for tagEMRSETTEXTCOLOR
Source§fn cmp(&self, other: &tagEMRSETTEXTCOLOR) -> Ordering
fn cmp(&self, other: &tagEMRSETTEXTCOLOR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRSETTEXTCOLOR
impl PartialEq for tagEMRSETTEXTCOLOR
Source§impl PartialOrd for tagEMRSETTEXTCOLOR
impl PartialOrd for tagEMRSETTEXTCOLOR
impl Copy for tagEMRSETTEXTCOLOR
impl Eq for tagEMRSETTEXTCOLOR
impl StructuralPartialEq for tagEMRSETTEXTCOLOR
Auto Trait Implementations§
impl Freeze for tagEMRSETTEXTCOLOR
impl RefUnwindSafe for tagEMRSETTEXTCOLOR
impl Send for tagEMRSETTEXTCOLOR
impl Sync for tagEMRSETTEXTCOLOR
impl Unpin for tagEMRSETTEXTCOLOR
impl UnwindSafe for tagEMRSETTEXTCOLOR
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