Union windows_sys::Win32::Media::MediaFoundation::MFPaletteEntry
[−]#[repr(C)]
pub union MFPaletteEntry {
pub ARGB: MFARGB,
pub AYCbCr: MFAYUVSample,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
ARGB: MFARGB
AYCbCr: MFAYUVSample
Trait Implementations
impl Clone for MFPaletteEntry
impl Clone for MFPaletteEntry
impl Copy for MFPaletteEntry
Auto Trait Implementations
impl RefUnwindSafe for MFPaletteEntry
impl Send for MFPaletteEntry
impl Sync for MFPaletteEntry
impl Unpin for MFPaletteEntry
impl UnwindSafe for MFPaletteEntry
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