Struct rust_webvr::vr_gamepad::VRGamepadData [] [src]

pub struct VRGamepadData {
    pub display_id: u32,
    pub name: String,
    pub hand: VRGamepadHand,
}

Fields

Trait Implementations

impl Debug for VRGamepadData
[src]

Formats the value using the given formatter.

impl Clone for VRGamepadData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VRGamepadData
[src]

Returns the "default value" for a type. Read more