Struct IVMRMonitorConfig_Vtbl
#[repr(C)]pub struct IVMRMonitorConfig_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *const VMRGUID) -> HRESULT,
pub GetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRGUID) -> HRESULT,
pub SetDefaultMonitor: unsafe extern "system" fn(_: *mut c_void, _: *const VMRGUID) -> HRESULT,
pub GetDefaultMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRGUID) -> HRESULT,
pub GetAvailableMonitors: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRMONITORINFO, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *const VMRGUID) -> HRESULT
§GetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRGUID) -> HRESULT
§SetDefaultMonitor: unsafe extern "system" fn(_: *mut c_void, _: *const VMRGUID) -> HRESULT
§GetDefaultMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRGUID) -> HRESULT
§GetAvailableMonitors: unsafe extern "system" fn(_: *mut c_void, _: *mut VMRMONITORINFO, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl IVMRMonitorConfig_Vtbl
impl IVMRMonitorConfig_Vtbl
pub const fn new<Identity: IVMRMonitorConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRMonitorConfig_Vtbl
impl RefUnwindSafe for IVMRMonitorConfig_Vtbl
impl Send for IVMRMonitorConfig_Vtbl
impl Sync for IVMRMonitorConfig_Vtbl
impl Unpin for IVMRMonitorConfig_Vtbl
impl UnwindSafe for IVMRMonitorConfig_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