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