Struct IMFMediaEvent_Vtbl
#[repr(C)]pub struct IMFMediaEvent_Vtbl {
pub base__: IMFAttributes_Vtbl,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetExtendedType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IMFAttributes_Vtbl
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetExtendedType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT
Implementations§
§impl IMFMediaEvent_Vtbl
impl IMFMediaEvent_Vtbl
pub const fn new<Identity: IMFMediaEvent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaEvent_Vtbl
impl RefUnwindSafe for IMFMediaEvent_Vtbl
impl Send for IMFMediaEvent_Vtbl
impl Sync for IMFMediaEvent_Vtbl
impl Unpin for IMFMediaEvent_Vtbl
impl UnwindSafe for IMFMediaEvent_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