Struct ITableData_Vtbl
#[repr(C)]pub struct ITableData_Vtbl {
pub base__: IUnknown_Vtbl,
pub HrGetView: unsafe extern "system" fn(_: *mut c_void, _: *mut SSortOrderSet, _: *mut CALLERRELEASE, _: u32, _: *mut *mut c_void) -> HRESULT,
pub HrModifyRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SRow) -> HRESULT,
pub HrDeleteRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SPropValue) -> HRESULT,
pub HrQueryRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SPropValue, _: *mut *mut SRow, _: *mut u32) -> HRESULT,
pub HrEnumRow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut SRow) -> HRESULT,
pub HrNotify: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut SPropValue) -> HRESULT,
pub HrInsertRow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRow) -> HRESULT,
pub HrModifyRows: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRowSet) -> HRESULT,
pub HrDeleteRows: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRowSet, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§HrGetView: unsafe extern "system" fn(_: *mut c_void, _: *mut SSortOrderSet, _: *mut CALLERRELEASE, _: u32, _: *mut *mut c_void) -> HRESULT
§HrModifyRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SRow) -> HRESULT
§HrDeleteRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SPropValue) -> HRESULT
§HrQueryRow: unsafe extern "system" fn(_: *mut c_void, _: *mut SPropValue, _: *mut *mut SRow, _: *mut u32) -> HRESULT
§HrEnumRow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut SRow) -> HRESULT
§HrNotify: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut SPropValue) -> HRESULT
§HrInsertRow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRow) -> HRESULT
§HrModifyRows: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRowSet) -> HRESULT
§HrDeleteRows: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SRowSet, _: *mut u32) -> HRESULT
Implementations§
§impl ITableData_Vtbl
impl ITableData_Vtbl
pub const fn new<Identity: ITableData_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITableData_Vtbl
impl RefUnwindSafe for ITableData_Vtbl
impl Send for ITableData_Vtbl
impl Sync for ITableData_Vtbl
impl Unpin for ITableData_Vtbl
impl UnwindSafe for ITableData_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