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 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