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