Enum atspi_common::interface::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<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::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§impl PartialEq<Interface> for Interface
impl PartialEq<Interface> for Interface
source§impl RawBitFlags for Interface
impl RawBitFlags for Interface
source§const EMPTY: Self::Numeric = {transmute(0x00000000): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
const EMPTY: Self::Numeric = {transmute(0x00000000): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
A value with no bits set.
source§const DEFAULT: Self::Numeric = {transmute(0x00000000): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
const DEFAULT: Self::Numeric = {transmute(0x00000000): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
The value used by the Default implementation. Equivalent to EMPTY, unless
customized.
source§const ALL_BITS: Self::Numeric = {transmute(0x000fffff): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
const ALL_BITS: Self::Numeric = {transmute(0x000fffff): <interface::Interface as enumflags2::_internal::RawBitFlags>::Numeric}
A value with all flag bits set.
source§const BITFLAGS_TYPE_NAME: &'static str = _
const BITFLAGS_TYPE_NAME: &'static str = _
The name of the type for debug formatting purposes. 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