pub enum VREye {
Left,
Right,
}
Expand description
VREye
Variants§
Auto Trait Implementations§
impl Freeze for VREye
impl RefUnwindSafe for VREye
impl Send for VREye
impl Sync for VREye
impl Unpin for VREye
impl UnwindSafe for VREye
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