Struct windows_sys::Win32::Graphics::DirectDraw::DDARGB
[−]Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
blue: u8
green: u8
red: u8
alpha: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDARGB
impl Send for DDARGB
impl Sync for DDARGB
impl Unpin for DDARGB
impl UnwindSafe for DDARGB
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