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