Struct windows::Win32::System::Search::IAlterTable_Vtbl
#[repr(C)]pub struct IAlterTable_Vtbl {
pub base__: IUnknown_Vtbl,
pub AlterColumn: unsafe extern "system" fn(_: *mut c_void, _: *const DBID, _: *const DBID, _: u32, _: *const DBCOLUMNDESC) -> HRESULT,
pub AlterTable: unsafe extern "system" fn(_: *mut c_void, _: *const DBID, _: *const DBID, _: u32, _: *mut DBPROPSET) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AlterColumn: unsafe extern "system" fn(_: *mut c_void, _: *const DBID, _: *const DBID, _: u32, _: *const DBCOLUMNDESC) -> HRESULT
§AlterTable: unsafe extern "system" fn(_: *mut c_void, _: *const DBID, _: *const DBID, _: u32, _: *mut DBPROPSET) -> HRESULT
Implementations§
§impl IAlterTable_Vtbl
impl IAlterTable_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAlterTable_Vtblwhere
Identity: IAlterTable_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAlterTable_Vtbl
impl RefUnwindSafe for IAlterTable_Vtbl
impl Send for IAlterTable_Vtbl
impl Sync for IAlterTable_Vtbl
impl Unpin for IAlterTable_Vtbl
impl UnwindSafe for IAlterTable_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