#[repr(C)]pub struct tagEMRSETTEXTCOLOR {
pub emr: EMR,
pub crColor: COLORREF,
}Fields§
§emr: EMR§crColor: COLORREFTrait Implementations§
Source§impl Clone for tagEMRSETTEXTCOLOR
impl Clone for tagEMRSETTEXTCOLOR
Source§fn clone(&self) -> tagEMRSETTEXTCOLOR
fn clone(&self) -> tagEMRSETTEXTCOLOR
Returns a duplicate 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
impl Copy 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