Enum atspi_proxies::CoordType
source · #[repr(u32)]pub enum CoordType {
Screen = 0,
Window = 1,
Parent = 2,
}
Expand description
The coordinate type encodes the frame of reference.
Variants§
Screen = 0
In relation to the entire screen.
Window = 1
In relation to only the window.
Parent = 2
In relation to the parent of the element being checked.
Trait Implementations§
source§impl<'de> Deserialize<'de> for CoordType
impl<'de> Deserialize<'de> for CoordType
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<CoordType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CoordType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CoordType
impl PartialEq for CoordType
source§impl Serialize for CoordType
impl Serialize for CoordType
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 CoordType
impl Eq for CoordType
impl StructuralPartialEq for CoordType
Auto Trait Implementations§
impl Freeze for CoordType
impl RefUnwindSafe for CoordType
impl Send for CoordType
impl Sync for CoordType
impl Unpin for CoordType
impl UnwindSafe for CoordType
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
source§impl<'de, T> DynamicDeserialize<'de> for T
impl<'de, T> DynamicDeserialize<'de> for T
§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
source§fn deserializer_for_signature<S>(
signature: S
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
fn deserializer_for_signature<S>( signature: S ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this signature.
source§impl<T> DynamicType for T
impl<T> DynamicType for T
source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more