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