Struct windows::Win32::System::Search::IRowsetNewRowAfter_Vtbl
#[repr(C)]pub struct IRowsetNewRowAfter_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetNewDataAfter: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *const u8, _: HACCESSOR, _: *const u8, _: *mut usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetNewDataAfter: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *const u8, _: HACCESSOR, _: *const u8, _: *mut usize) -> HRESULT
Implementations§
§impl IRowsetNewRowAfter_Vtbl
impl IRowsetNewRowAfter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRowsetNewRowAfter_Vtblwhere
Identity: IRowsetNewRowAfter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetNewRowAfter_Vtbl
impl RefUnwindSafe for IRowsetNewRowAfter_Vtbl
impl Send for IRowsetNewRowAfter_Vtbl
impl Sync for IRowsetNewRowAfter_Vtbl
impl Unpin for IRowsetNewRowAfter_Vtbl
impl UnwindSafe for IRowsetNewRowAfter_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