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