Struct IUIAutomationSelectionPattern2_Vtbl
#[repr(C)]pub struct IUIAutomationSelectionPattern2_Vtbl {
pub base__: IUIAutomationSelectionPattern_Vtbl,
pub CurrentFirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentLastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentCurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CachedFirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedLastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedCurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUIAutomationSelectionPattern_Vtbl
§CurrentFirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentLastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentCurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CachedFirstSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedLastSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedCurrentSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedItemCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IUIAutomationSelectionPattern2_Vtbl
impl IUIAutomationSelectionPattern2_Vtbl
pub const fn new<Identity: IUIAutomationSelectionPattern2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionPattern2_Vtbl
impl RefUnwindSafe for IUIAutomationSelectionPattern2_Vtbl
impl Send for IUIAutomationSelectionPattern2_Vtbl
impl Sync for IUIAutomationSelectionPattern2_Vtbl
impl Unpin for IUIAutomationSelectionPattern2_Vtbl
impl UnwindSafe for IUIAutomationSelectionPattern2_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