pub struct ILegacyIAccessibleProvider(/* private fields */);
Implementations§
Source§impl ILegacyIAccessibleProvider
impl ILegacyIAccessibleProvider
pub unsafe fn Select(&self, flagsselect: i32) -> Result<()>
pub unsafe fn DoDefaultAction(&self) -> Result<()>
pub unsafe fn SetValue<'a>( &self, szvalue: impl IntoParam<'a, PWSTR>, ) -> Result<()>
pub unsafe fn GetIAccessible(&self) -> Result<IAccessible>
pub unsafe fn get_ChildId(&self) -> Result<i32>
pub unsafe fn get_Name(&self) -> Result<BSTR>
pub unsafe fn get_Value(&self) -> Result<BSTR>
pub unsafe fn get_Description(&self) -> Result<BSTR>
pub unsafe fn get_Role(&self) -> Result<u32>
pub unsafe fn get_State(&self) -> Result<u32>
pub unsafe fn get_Help(&self) -> Result<BSTR>
pub unsafe fn get_KeyboardShortcut(&self) -> Result<BSTR>
pub unsafe fn GetSelection(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn get_DefaultAction(&self) -> Result<BSTR>
Trait Implementations§
Source§impl Clone for ILegacyIAccessibleProvider
impl Clone for ILegacyIAccessibleProvider
Source§fn clone(&self) -> ILegacyIAccessibleProvider
fn clone(&self) -> ILegacyIAccessibleProvider
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ILegacyIAccessibleProvider
impl Debug for ILegacyIAccessibleProvider
Source§impl From<&ILegacyIAccessibleProvider> for IUnknown
impl From<&ILegacyIAccessibleProvider> for IUnknown
Source§fn from(value: &ILegacyIAccessibleProvider) -> Self
fn from(value: &ILegacyIAccessibleProvider) -> Self
Converts to this type from the input type.
Source§impl From<ILegacyIAccessibleProvider> for IUnknown
impl From<ILegacyIAccessibleProvider> for IUnknown
Source§fn from(value: ILegacyIAccessibleProvider) -> Self
fn from(value: ILegacyIAccessibleProvider) -> Self
Converts to this type from the input type.
Source§impl Interface for ILegacyIAccessibleProvider
impl Interface for ILegacyIAccessibleProvider
const IID: Guid
type Vtable = ILegacyIAccessibleProvider_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
impl Eq for ILegacyIAccessibleProvider
impl StructuralPartialEq for ILegacyIAccessibleProvider
Auto Trait Implementations§
impl Freeze for ILegacyIAccessibleProvider
impl RefUnwindSafe for ILegacyIAccessibleProvider
impl !Send for ILegacyIAccessibleProvider
impl !Sync for ILegacyIAccessibleProvider
impl Unpin for ILegacyIAccessibleProvider
impl UnwindSafe for ILegacyIAccessibleProvider
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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