Struct windows_sys::Win32::Media::MediaFoundation::MFVIDEOFORMAT
[−]#[repr(C)]pub struct MFVIDEOFORMAT {
pub dwSize: u32,
pub videoInfo: MFVideoInfo,
pub guidFormat: GUID,
pub compressedInfo: MFVideoCompressedInfo,
pub surfaceInfo: MFVideoSurfaceInfo,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’, ‘Win32_Foundation’
Fields
dwSize: u32
videoInfo: MFVideoInfo
guidFormat: GUID
compressedInfo: MFVideoCompressedInfo
surfaceInfo: MFVideoSurfaceInfo
Trait Implementations
impl Clone for MFVIDEOFORMAT
impl Clone for MFVIDEOFORMAT
impl Copy for MFVIDEOFORMAT
Auto Trait Implementations
impl RefUnwindSafe for MFVIDEOFORMAT
impl Send for MFVIDEOFORMAT
impl Sync for MFVIDEOFORMAT
impl Unpin for MFVIDEOFORMAT
impl UnwindSafe for MFVIDEOFORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more