Struct windows::Win32::Media::MediaFoundation::IMFMediaEngineExtension_Vtbl
#[repr(C)]pub struct IMFMediaEngineExtension_Vtbl {
pub base__: IUnknown_Vtbl,
pub CanPlayType: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MaybeUninit<BSTR>, _: *mut MF_MEDIA_ENGINE_CANPLAY) -> HRESULT,
pub BeginCreateObject: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void, _: MF_OBJECT_TYPE, _: *mut *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CancelObjectCreation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndCreateObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CanPlayType: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MaybeUninit<BSTR>, _: *mut MF_MEDIA_ENGINE_CANPLAY) -> HRESULT
§BeginCreateObject: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void, _: MF_OBJECT_TYPE, _: *mut *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§CancelObjectCreation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EndCreateObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFMediaEngineExtension_Vtbl
impl IMFMediaEngineExtension_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFMediaEngineExtension_Vtblwhere
Identity: IMFMediaEngineExtension_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaEngineExtension_Vtbl
impl RefUnwindSafe for IMFMediaEngineExtension_Vtbl
impl Send for IMFMediaEngineExtension_Vtbl
impl Sync for IMFMediaEngineExtension_Vtbl
impl Unpin for IMFMediaEngineExtension_Vtbl
impl UnwindSafe for IMFMediaEngineExtension_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