Struct windows_sys::Win32::Graphics::Gdi::EMRSETTEXTCOLOR
#[repr(C)]pub struct EMRSETTEXTCOLOR {
pub emr: EMR,
pub crColor: COLORREF,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§emr: EMR
§crColor: COLORREF
Trait Implementations§
§impl Clone for EMRSETTEXTCOLOR
impl Clone for EMRSETTEXTCOLOR
impl Copy for EMRSETTEXTCOLOR
Auto Trait Implementations§
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