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