Struct windows::Win32::UI::Shell::IAppVisibilityEvents_Vtbl
#[repr(C)]pub struct IAppVisibilityEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub AppVisibilityOnMonitorChanged: unsafe extern "system" fn(_: *mut c_void, _: HMONITOR, _: MONITOR_APP_VISIBILITY, _: MONITOR_APP_VISIBILITY) -> HRESULT,
pub LauncherVisibilityChange: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AppVisibilityOnMonitorChanged: unsafe extern "system" fn(_: *mut c_void, _: HMONITOR, _: MONITOR_APP_VISIBILITY, _: MONITOR_APP_VISIBILITY) -> HRESULT
§LauncherVisibilityChange: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IAppVisibilityEvents_Vtbl
impl IAppVisibilityEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAppVisibilityEvents_Vtblwhere
Identity: IAppVisibilityEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppVisibilityEvents_Vtbl
impl RefUnwindSafe for IAppVisibilityEvents_Vtbl
impl Send for IAppVisibilityEvents_Vtbl
impl Sync for IAppVisibilityEvents_Vtbl
impl Unpin for IAppVisibilityEvents_Vtbl
impl UnwindSafe for IAppVisibilityEvents_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