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