Expand description
Required features: ‘Win32_Graphics_Dxgi’
Fields
r: f32
g: f32
b: f32
a: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DXGI_RGBA
impl Send for DXGI_RGBA
impl Sync for DXGI_RGBA
impl Unpin for DXGI_RGBA
impl UnwindSafe for DXGI_RGBA
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