Struct windows::Win32::UI::Accessibility::ISelectionProvider2_Vtbl
#[repr(C)]pub struct ISelectionProvider2_Vtbl {
pub base__: ISelectionProvider_Vtbl,
pub FirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: ISelectionProvider_Vtbl
§FirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ISelectionProvider2_Vtbl
impl ISelectionProvider2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISelectionProvider2_Vtblwhere
Identity: ISelectionProvider2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISelectionProvider2_Vtbl
impl RefUnwindSafe for ISelectionProvider2_Vtbl
impl Send for ISelectionProvider2_Vtbl
impl Sync for ISelectionProvider2_Vtbl
impl Unpin for ISelectionProvider2_Vtbl
impl UnwindSafe for ISelectionProvider2_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