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