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