Union MFPaletteEntry
#[repr(C)]
pub union MFPaletteEntry {
pub ARGB: MFARGB,
pub AYCbCr: MFAYUVSample,
}
Fields§
§ARGB: MFARGB
§AYCbCr: MFAYUVSample
Trait Implementations§
§impl Clone for MFPaletteEntry
impl Clone for MFPaletteEntry
§fn clone(&self) -> MFPaletteEntry
fn clone(&self) -> MFPaletteEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MFPaletteEntry
impl Default for MFPaletteEntry
impl Copy for MFPaletteEntry
Auto Trait Implementations§
impl Freeze for MFPaletteEntry
impl RefUnwindSafe for MFPaletteEntry
impl Send for MFPaletteEntry
impl Sync for MFPaletteEntry
impl Unpin for MFPaletteEntry
impl UnwindSafe for MFPaletteEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more