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