Struct IMFMediaError_Vtbl
#[repr(C)]pub struct IMFMediaError_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetErrorCode: unsafe extern "system" fn(_: *mut c_void) -> u16,
pub GetExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_ERR) -> HRESULT,
pub SetExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetErrorCode: unsafe extern "system" fn(_: *mut c_void) -> u16
§GetExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_ERR) -> HRESULT
§SetExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
Implementations§
§impl IMFMediaError_Vtbl
impl IMFMediaError_Vtbl
pub const fn new<Identity: IMFMediaError_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaError_Vtbl
impl RefUnwindSafe for IMFMediaError_Vtbl
impl Send for IMFMediaError_Vtbl
impl Sync for IMFMediaError_Vtbl
impl Unpin for IMFMediaError_Vtbl
impl UnwindSafe for IMFMediaError_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