Enum rust_webvr::vr_event::VREvent [] [src]

pub enum VREvent {
    Display(VRDisplayEvent),
    Gamepad(VRGamepadEvent),
}

Variants

Trait Implementations

impl Debug for VREvent
[src]

Formats the value using the given formatter.

impl Clone for VREvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more