Struct ISyncMgrConflictStore_Vtbl
#[repr(C)]pub struct ISyncMgrConflictStore_Vtbl {
pub base__: IUnknown_Vtbl,
pub EnumConflicts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub BindToConflict: unsafe extern "system" fn(_: *mut c_void, _: *const SYNCMGR_CONFLICT_ID_INFO, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RemoveConflicts: unsafe extern "system" fn(_: *mut c_void, _: *const SYNCMGR_CONFLICT_ID_INFO, _: u32) -> HRESULT,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§EnumConflicts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§BindToConflict: unsafe extern "system" fn(_: *mut c_void, _: *const SYNCMGR_CONFLICT_ID_INFO, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RemoveConflicts: unsafe extern "system" fn(_: *mut c_void, _: *const SYNCMGR_CONFLICT_ID_INFO, _: u32) -> HRESULT
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT
Implementations§
§impl ISyncMgrConflictStore_Vtbl
impl ISyncMgrConflictStore_Vtbl
pub const fn new<Identity: ISyncMgrConflictStore_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISyncMgrConflictStore_Vtbl
impl RefUnwindSafe for ISyncMgrConflictStore_Vtbl
impl Send for ISyncMgrConflictStore_Vtbl
impl Sync for ISyncMgrConflictStore_Vtbl
impl Unpin for ISyncMgrConflictStore_Vtbl
impl UnwindSafe for ISyncMgrConflictStore_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