Enum rust_webvr::vr_event::VRGamepadEvent [] [src]

pub enum VRGamepadEvent {
    Connect(VRGamepadDataVRGamepadState),
    Disconnect(u32),
}

Variants

Trait Implementations

impl Debug for VRGamepadEvent
[src]

Formats the value using the given formatter.

impl Clone for VRGamepadEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<VREvent> for VRGamepadEvent
[src]

Performs the conversion.