Struct ISharingConfigurationManager_Vtbl
#[repr(C)]pub struct ISharingConfigurationManager_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub CreateShare: unsafe extern "system" fn(_: *mut c_void, _: DEF_SHARE_ID, _: SHARE_ROLE) -> HRESULT,
    pub DeleteShare: unsafe extern "system" fn(_: *mut c_void, _: DEF_SHARE_ID) -> HRESULT,
    pub ShareExists: unsafe extern "system" fn(_: *mut c_void, _: DEF_SHARE_ID) -> HRESULT,
    pub GetSharePermissions: unsafe extern "system" fn(_: *mut c_void, _: DEF_SHARE_ID, _: *mut SHARE_ROLE) -> HRESULT,
    pub SharePrinters: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub StopSharingPrinters: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub ArePrintersShared: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§StopSharingPrinters: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl ISharingConfigurationManager_Vtbl
 
impl ISharingConfigurationManager_Vtbl
pub const fn new<Identity: ISharingConfigurationManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISharingConfigurationManager_Vtbl
impl RefUnwindSafe for ISharingConfigurationManager_Vtbl
impl Send for ISharingConfigurationManager_Vtbl
impl Sync for ISharingConfigurationManager_Vtbl
impl Unpin for ISharingConfigurationManager_Vtbl
impl UnwindSafe for ISharingConfigurationManager_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