Struct IWMCodecAMVideoAccelerator_Vtbl
#[repr(C)]pub struct IWMCodecAMVideoAccelerator_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAcceleratorInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NegotiateConnection: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT,
pub SetPlayerNotify: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAcceleratorInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NegotiateConnection: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT
§SetPlayerNotify: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IWMCodecAMVideoAccelerator_Vtbl
impl IWMCodecAMVideoAccelerator_Vtbl
pub const fn new<Identity: IWMCodecAMVideoAccelerator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMCodecAMVideoAccelerator_Vtbl
impl RefUnwindSafe for IWMCodecAMVideoAccelerator_Vtbl
impl Send for IWMCodecAMVideoAccelerator_Vtbl
impl Sync for IWMCodecAMVideoAccelerator_Vtbl
impl Unpin for IWMCodecAMVideoAccelerator_Vtbl
impl UnwindSafe for IWMCodecAMVideoAccelerator_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