Struct IUIAutomationSelectionPattern_Vtbl
#[repr(C)]pub struct IUIAutomationSelectionPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCurrentSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentCanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentIsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetCachedSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedCanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedIsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCurrentSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentCanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentIsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetCachedSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedCanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedIsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IUIAutomationSelectionPattern_Vtbl
impl IUIAutomationSelectionPattern_Vtbl
pub const fn new<Identity: IUIAutomationSelectionPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionPattern_Vtbl
impl RefUnwindSafe for IUIAutomationSelectionPattern_Vtbl
impl Send for IUIAutomationSelectionPattern_Vtbl
impl Sync for IUIAutomationSelectionPattern_Vtbl
impl Unpin for IUIAutomationSelectionPattern_Vtbl
impl UnwindSafe for IUIAutomationSelectionPattern_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