Struct windows_sys::Win32::Media::MediaFoundation::MFARGB
[−]#[repr(C)]pub struct MFARGB {
pub rgbBlue: u8,
pub rgbGreen: u8,
pub rgbRed: u8,
pub rgbAlpha: u8,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
rgbBlue: u8
rgbGreen: u8
rgbRed: u8
rgbAlpha: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MFARGB
impl Send for MFARGB
impl Sync for MFARGB
impl Unpin for MFARGB
impl UnwindSafe for MFARGB
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