Struct windows::Win32::Media::MediaFoundation::IMFVideoMediaType_Vtbl
#[repr(C)]pub struct IMFVideoMediaType_Vtbl {
pub base__: IMFMediaType_Vtbl,
pub GetVideoFormat: unsafe extern "system" fn(_: *mut c_void) -> *mut MFVIDEOFORMAT,
pub GetVideoRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IMFMediaType_Vtbl
§GetVideoFormat: unsafe extern "system" fn(_: *mut c_void) -> *mut MFVIDEOFORMAT
§GetVideoRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IMFVideoMediaType_Vtbl
impl IMFVideoMediaType_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFVideoMediaType_Vtblwhere
Identity: IMFVideoMediaType_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFVideoMediaType_Vtbl
impl RefUnwindSafe for IMFVideoMediaType_Vtbl
impl Send for IMFVideoMediaType_Vtbl
impl Sync for IMFVideoMediaType_Vtbl
impl Unpin for IMFVideoMediaType_Vtbl
impl UnwindSafe for IMFVideoMediaType_Vtbl
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