Struct IAppVisibility_Vtbl
#[repr(C)]pub struct IAppVisibility_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub GetAppVisibilityOnMonitor: unsafe extern "system" fn(_: *mut c_void, _: HMONITOR, _: *mut MONITOR_APP_VISIBILITY) -> HRESULT,
    pub IsLauncherVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
    pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
    pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetAppVisibilityOnMonitor: unsafe extern "system" fn(_: *mut c_void, _: HMONITOR, _: *mut MONITOR_APP_VISIBILITY) -> HRESULT§IsLauncherVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULTImplementations§
§impl IAppVisibility_Vtbl
 
impl IAppVisibility_Vtbl
pub const fn new<Identity: IAppVisibility_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppVisibility_Vtbl
impl RefUnwindSafe for IAppVisibility_Vtbl
impl Send for IAppVisibility_Vtbl
impl Sync for IAppVisibility_Vtbl
impl Unpin for IAppVisibility_Vtbl
impl UnwindSafe for IAppVisibility_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