Struct IMSVidVMR9_Vtbl
#[repr(C)]pub struct IMSVidVMR9_Vtbl {
pub base__: IMSVidVideoRenderer_Vtbl,
pub Allocator_ID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAllocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub SetSuppressEffects: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub SuppressEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Allocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSVidVideoRenderer_Vtbl
§Allocator_ID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAllocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
§SetSuppressEffects: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§SuppressEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Allocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSVidVMR9_Vtbl
impl IMSVidVMR9_Vtbl
pub const fn new<Identity: IMSVidVMR9_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidVMR9_Vtbl
impl RefUnwindSafe for IMSVidVMR9_Vtbl
impl Send for IMSVidVMR9_Vtbl
impl Sync for IMSVidVMR9_Vtbl
impl Unpin for IMSVidVMR9_Vtbl
impl UnwindSafe for IMSVidVMR9_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