Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_COLOR_F
[−]Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
r: f32
g: f32
b: f32
a: f32
Trait Implementations
impl Clone for DWRITE_COLOR_F
impl Clone for DWRITE_COLOR_F
impl Copy for DWRITE_COLOR_F
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_COLOR_F
impl Send for DWRITE_COLOR_F
impl Sync for DWRITE_COLOR_F
impl Unpin for DWRITE_COLOR_F
impl UnwindSafe for DWRITE_COLOR_F
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more