Struct IEVRTrustedVideoPlugin_Vtbl
#[repr(C)]pub struct IEVRTrustedVideoPlugin_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsInTrustedVideoMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CanConstrict: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetConstriction: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub DisableImageExport: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsInTrustedVideoMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CanConstrict: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetConstriction: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§DisableImageExport: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IEVRTrustedVideoPlugin_Vtbl
impl IEVRTrustedVideoPlugin_Vtbl
pub const fn new<Identity: IEVRTrustedVideoPlugin_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEVRTrustedVideoPlugin_Vtbl
impl RefUnwindSafe for IEVRTrustedVideoPlugin_Vtbl
impl Send for IEVRTrustedVideoPlugin_Vtbl
impl Sync for IEVRTrustedVideoPlugin_Vtbl
impl Unpin for IEVRTrustedVideoPlugin_Vtbl
impl UnwindSafe for IEVRTrustedVideoPlugin_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