Struct windows_sys::Win32::Graphics::DirectDraw::DDARGB
[−]Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
blue: u8green: u8red: u8alpha: u8Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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