Struct windows_sys::Win32::Media::MediaFoundation::MFVideoSurfaceInfo
[−]#[repr(C)]pub struct MFVideoSurfaceInfo {
pub Format: u32,
pub PaletteEntries: u32,
pub Palette: [MFPaletteEntry; 1],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Format: u32
PaletteEntries: u32
Palette: [MFPaletteEntry; 1]
Trait Implementations
impl Clone for MFVideoSurfaceInfo
impl Clone for MFVideoSurfaceInfo
impl Copy for MFVideoSurfaceInfo
Auto Trait Implementations
impl RefUnwindSafe for MFVideoSurfaceInfo
impl Send for MFVideoSurfaceInfo
impl Sync for MFVideoSurfaceInfo
impl Unpin for MFVideoSurfaceInfo
impl UnwindSafe for MFVideoSurfaceInfo
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