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