pub enum MockVRControlMsg {
SetViewerPose([f32; 3], [f32; 4]),
SetViews(MockVRView, MockVRView),
SetEyeLevel(f32),
Focus,
Blur,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockVRControlMsg
impl RefUnwindSafe for MockVRControlMsg
impl Send for MockVRControlMsg
impl Sync for MockVRControlMsg
impl Unpin for MockVRControlMsg
impl UnwindSafe for MockVRControlMsg
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