Struct 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) -> HRESULTImplementations§
§impl IHomeGroup_Vtbl
 
impl IHomeGroup_Vtbl
pub const fn new<Identity: IHomeGroup_Impl, const OFFSET: isize>() -> Self
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