Struct rust_webvr_api::vr_gamepad::VRGamepadState [] [src]

pub struct VRGamepadState {
    pub gamepad_id: u32,
    pub connected: bool,
    pub timestamp: f64,
    pub axes: Vec<f64>,
    pub buttons: Vec<VRGamepadButton>,
    pub pose: VRPose,
}

Fields

Trait Implementations

impl Debug for VRGamepadState
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRGamepadState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VRGamepadState
[src]

[src]

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