Struct IVPNotify2_Vtbl
#[repr(C)]pub struct IVPNotify2_Vtbl {
pub base__: IVPNotify_Vtbl,
pub SetVPSyncMaster: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetVPSyncMaster: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IVPNotify_Vtbl
§SetVPSyncMaster: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetVPSyncMaster: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IVPNotify2_Vtbl
impl IVPNotify2_Vtbl
pub const fn new<Identity: IVPNotify2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVPNotify2_Vtbl
impl RefUnwindSafe for IVPNotify2_Vtbl
impl Send for IVPNotify2_Vtbl
impl Sync for IVPNotify2_Vtbl
impl Unpin for IVPNotify2_Vtbl
impl UnwindSafe for IVPNotify2_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