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