pub enum RightEye {}
Expand description
The coordinate space of the right eye https://immersive-web.github.io/webxr/#dom-xreye-right
Trait Implementations§
source§impl<'de> Deserialize<'de> for RightEye
impl<'de> Deserialize<'de> for RightEye
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
impl Copy for RightEye
Auto Trait Implementations§
impl Freeze for RightEye
impl RefUnwindSafe for RightEye
impl Send for RightEye
impl Sync for RightEye
impl Unpin for RightEye
impl UnwindSafe for RightEye
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