Struct IMFMediaType_Vtbl
#[repr(C)]pub struct IMFMediaType_Vtbl {
pub base__: IMFAttributes_Vtbl,
pub GetMajorType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IsCompressedFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub GetRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub FreeRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *const c_void) -> HRESULT,
}
Fields§
§base__: IMFAttributes_Vtbl
§GetMajorType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IsCompressedFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§GetRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§FreeRepresentation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *const c_void) -> HRESULT
Implementations§
§impl IMFMediaType_Vtbl
impl IMFMediaType_Vtbl
pub const fn new<Identity: IMFMediaType_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaType_Vtbl
impl RefUnwindSafe for IMFMediaType_Vtbl
impl Send for IMFMediaType_Vtbl
impl Sync for IMFMediaType_Vtbl
impl Unpin for IMFMediaType_Vtbl
impl UnwindSafe for IMFMediaType_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