Enum webxr_api::SelectEvent
source · pub enum SelectEvent {
Start,
End,
Select,
}
Variants§
Start
Selection started
End
Selection ended without it being a contiguous select event
Select
Selection ended with it being a contiguous select event
Trait Implementations§
source§impl Clone for SelectEvent
impl Clone for SelectEvent
source§fn clone(&self) -> SelectEvent
fn clone(&self) -> SelectEvent
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 SelectEvent
impl Debug for SelectEvent
source§impl<'de> Deserialize<'de> for SelectEvent
impl<'de> Deserialize<'de> for SelectEvent
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 PartialEq for SelectEvent
impl PartialEq for SelectEvent
source§fn eq(&self, other: &SelectEvent) -> bool
fn eq(&self, other: &SelectEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SelectEvent
impl Serialize for SelectEvent
impl Copy for SelectEvent
impl Eq for SelectEvent
impl StructuralPartialEq for SelectEvent
Auto Trait Implementations§
impl Freeze for SelectEvent
impl RefUnwindSafe for SelectEvent
impl Send for SelectEvent
impl Sync for SelectEvent
impl Unpin for SelectEvent
impl UnwindSafe for SelectEvent
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