Struct windows_sys::Win32::Media::MediaFoundation::MFAYUVSample
[−]#[repr(C)]pub struct MFAYUVSample {
pub bCrValue: u8,
pub bCbValue: u8,
pub bYValue: u8,
pub bSampleAlpha8: u8,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
bCrValue: u8
bCbValue: u8
bYValue: u8
bSampleAlpha8: u8
Trait Implementations
impl Clone for MFAYUVSample
impl Clone for MFAYUVSample
impl Copy for MFAYUVSample
Auto Trait Implementations
impl RefUnwindSafe for MFAYUVSample
impl Send for MFAYUVSample
impl Sync for MFAYUVSample
impl Unpin for MFAYUVSample
impl UnwindSafe for MFAYUVSample
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