Struct windows::Win32::Media::DirectShow::IVMRImageCompositor_Vtbl
#[repr(C)]pub struct IVMRImageCompositor_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitCompositionTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub TermCompositionTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetStreamMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const AM_MEDIA_TYPE, _: BOOL) -> HRESULT,
pub CompositeImage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE, _: i64, _: i64, _: u32, _: *const VMRVIDEOSTREAMINFO, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitCompositionTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§TermCompositionTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§SetStreamMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const AM_MEDIA_TYPE, _: BOOL) -> HRESULT
§CompositeImage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE, _: i64, _: i64, _: u32, _: *const VMRVIDEOSTREAMINFO, _: u32) -> HRESULT
Implementations§
§impl IVMRImageCompositor_Vtbl
impl IVMRImageCompositor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVMRImageCompositor_Vtblwhere
Identity: IVMRImageCompositor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRImageCompositor_Vtbl
impl RefUnwindSafe for IVMRImageCompositor_Vtbl
impl Send for IVMRImageCompositor_Vtbl
impl Sync for IVMRImageCompositor_Vtbl
impl Unpin for IVMRImageCompositor_Vtbl
impl UnwindSafe for IVMRImageCompositor_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