Struct windows_sys::Win32::Graphics::Gdi::EMRSETTEXTCOLOR
[−]Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
emr: EMR
crColor: u32
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more