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