Enum rust_webvr::vr_event::VREvent
[−]
[src]
pub enum VREvent {
Display(VRDisplayEvent),
Gamepad(VRGamepadEvent),
}Variants
Display(VRDisplayEvent)Gamepad(VRGamepadEvent)Trait Implementations
impl Debug for VREvent[src]
impl Clone for VREvent[src]
fn clone(&self) -> VREvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more