Expand description
Required features: "Win32_Graphics_Dxgi_Common"
Fields
Red: f32
Green: f32
Blue: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DXGI_RGB
impl Send for DXGI_RGB
impl Sync for DXGI_RGB
impl Unpin for DXGI_RGB
impl UnwindSafe for DXGI_RGB
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