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