pub enum VRDisplayEventReason {
Navigation,
Mounted,
Unmounted,
}
Variants§
Mounted
The VRDisplay has detected that the user has put it on.
Unmounted
The VRDisplay has detected that the user has taken it off.
Trait Implementations§
Source§impl Clone for VRDisplayEventReason
impl Clone for VRDisplayEventReason
Source§fn clone(&self) -> VRDisplayEventReason
fn clone(&self) -> VRDisplayEventReason
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 VRDisplayEventReason
impl Debug for VRDisplayEventReason
impl Copy for VRDisplayEventReason
Auto Trait Implementations§
impl Freeze for VRDisplayEventReason
impl RefUnwindSafe for VRDisplayEventReason
impl Send for VRDisplayEventReason
impl Sync for VRDisplayEventReason
impl Unpin for VRDisplayEventReason
impl UnwindSafe for VRDisplayEventReason
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