Struct windows_sys::Win32::Graphics::Direct3D9::D3DCOLORVALUE
[−]Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
r: f32
g: f32
b: f32
a: f32
Trait Implementations
impl Clone for D3DCOLORVALUE
impl Clone for D3DCOLORVALUE
impl Copy for D3DCOLORVALUE
Auto Trait Implementations
impl RefUnwindSafe for D3DCOLORVALUE
impl Send for D3DCOLORVALUE
impl Sync for D3DCOLORVALUE
impl Unpin for D3DCOLORVALUE
impl UnwindSafe for D3DCOLORVALUE
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