Struct IUIAutomationSelectionItemPattern_Vtbl
#[repr(C)]pub struct IUIAutomationSelectionItemPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddToSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RemoveFromSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CurrentIsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentSelectionContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedIsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedSelectionContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddToSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RemoveFromSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CurrentIsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentSelectionContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedIsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedSelectionContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationSelectionItemPattern_Vtbl
impl IUIAutomationSelectionItemPattern_Vtbl
pub const fn new<Identity: IUIAutomationSelectionItemPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionItemPattern_Vtbl
impl RefUnwindSafe for IUIAutomationSelectionItemPattern_Vtbl
impl Send for IUIAutomationSelectionItemPattern_Vtbl
impl Sync for IUIAutomationSelectionItemPattern_Vtbl
impl Unpin for IUIAutomationSelectionItemPattern_Vtbl
impl UnwindSafe for IUIAutomationSelectionItemPattern_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