Struct IRowsetCopyRows_Vtbl
#[repr(C)]pub struct IRowsetCopyRows_Vtbl {
pub base__: IUnknown_Vtbl,
pub CloseSource: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub CopyByHROWS: unsafe extern "system" fn(_: *mut c_void, _: u16, _: usize, _: isize, _: *const usize, _: u32) -> HRESULT,
pub CopyRows: unsafe extern "system" fn(_: *mut c_void, _: u16, _: usize, _: isize, _: u32, _: *mut usize) -> HRESULT,
pub DefineSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: usize, _: *const isize, _: *const isize, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CloseSource: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§CopyByHROWS: unsafe extern "system" fn(_: *mut c_void, _: u16, _: usize, _: isize, _: *const usize, _: u32) -> HRESULT
§CopyRows: unsafe extern "system" fn(_: *mut c_void, _: u16, _: usize, _: isize, _: u32, _: *mut usize) -> HRESULT
§DefineSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: usize, _: *const isize, _: *const isize, _: *mut u16) -> HRESULT
Implementations§
§impl IRowsetCopyRows_Vtbl
impl IRowsetCopyRows_Vtbl
pub const fn new<Identity: IRowsetCopyRows_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetCopyRows_Vtbl
impl RefUnwindSafe for IRowsetCopyRows_Vtbl
impl Send for IRowsetCopyRows_Vtbl
impl Sync for IRowsetCopyRows_Vtbl
impl Unpin for IRowsetCopyRows_Vtbl
impl UnwindSafe for IRowsetCopyRows_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