Struct MFVideoSurfaceInfo
#[repr(C)]pub struct MFVideoSurfaceInfo {
pub Format: u32,
pub PaletteEntries: u32,
pub Palette: [MFPaletteEntry; 1],
}
Fields§
§Format: u32
§PaletteEntries: u32
§Palette: [MFPaletteEntry; 1]
Trait Implementations§
§impl Clone for MFVideoSurfaceInfo
impl Clone for MFVideoSurfaceInfo
§fn clone(&self) -> MFVideoSurfaceInfo
fn clone(&self) -> MFVideoSurfaceInfo
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 MFVideoSurfaceInfo
impl Default for MFVideoSurfaceInfo
impl Copy for MFVideoSurfaceInfo
Auto Trait Implementations§
impl Freeze for MFVideoSurfaceInfo
impl RefUnwindSafe for MFVideoSurfaceInfo
impl Send for MFVideoSurfaceInfo
impl Sync for MFVideoSurfaceInfo
impl Unpin for MFVideoSurfaceInfo
impl UnwindSafe for MFVideoSurfaceInfo
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