Struct windows::Win32::Media::DirectShow::IVMRImagePresenter9_Vtbl
#[repr(C)]pub struct IVMRImagePresenter9_Vtbl {
pub base__: IUnknown_Vtbl,
pub StartPresenting: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
pub StopPresenting: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
pub PresentImage: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const VMR9PresentationInfo) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§StartPresenting: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
§StopPresenting: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
§PresentImage: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const VMR9PresentationInfo) -> HRESULT
Implementations§
§impl IVMRImagePresenter9_Vtbl
impl IVMRImagePresenter9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVMRImagePresenter9_Vtblwhere
Identity: IVMRImagePresenter9_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRImagePresenter9_Vtbl
impl RefUnwindSafe for IVMRImagePresenter9_Vtbl
impl Send for IVMRImagePresenter9_Vtbl
impl Sync for IVMRImagePresenter9_Vtbl
impl Unpin for IVMRImagePresenter9_Vtbl
impl UnwindSafe for IVMRImagePresenter9_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