Enum atspi_proxies::Interface
source · #[repr(u32)]pub enum Interface {
Show 20 variants
Accessible,
Action,
Application,
Cache,
Collection,
Component,
Document,
DeviceEventController,
DeviceEventListener,
EditableText,
Hyperlink,
Hypertext,
Image,
Registry,
Selection,
Socket,
Table,
TableCell,
Text,
Value,
}Expand description
AT-SPI interfaces an accessible object can implement.
Variants§
Accessible
Action
Application
Cache
Collection
Component
Document
DeviceEventController
DeviceEventListener
EditableText
Hyperlink
Hypertext
Image
Registry
Selection
Socket
Table
TableCell
Text
Value
Trait Implementations§
source§impl<'de> Deserialize<'de> for Interface
impl<'de> Deserialize<'de> for Interface
source§fn deserialize<D>(
deserializer: D
) -> Result<Interface, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>( deserializer: D ) -> Result<Interface, <D as Deserializer<'de>>::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Interface> for InterfaceSet
impl From<Interface> for InterfaceSet
source§fn from(value: Interface) -> InterfaceSet
fn from(value: Interface) -> InterfaceSet
Converts to this type from the input type.
source§impl PartialEq<Interface> for Interface
impl PartialEq<Interface> for Interface
source§impl Serialize for Interface
impl Serialize for Interface
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Interface
impl Eq for Interface
impl StructuralEq for Interface
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
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