Struct IStorageProviderSyncRootManagerStatics_Vtbl
#[repr(C)]pub struct IStorageProviderSyncRootManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Register: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Unregister: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetSyncRootInformationForFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSyncRootInformationForId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentSyncRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Register: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Unregister: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetSyncRootInformationForFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSyncRootInformationForId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetCurrentSyncRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStorageProviderSyncRootManagerStatics_Vtbl
impl RefUnwindSafe for IStorageProviderSyncRootManagerStatics_Vtbl
impl Send for IStorageProviderSyncRootManagerStatics_Vtbl
impl Sync for IStorageProviderSyncRootManagerStatics_Vtbl
impl Unpin for IStorageProviderSyncRootManagerStatics_Vtbl
impl UnwindSafe for IStorageProviderSyncRootManagerStatics_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