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