Struct rust_webvr_api::vr_gamepad::VRGamepadData
[−]
[src]
pub struct VRGamepadData {
pub display_id: u32,
pub name: String,
pub hand: VRGamepadHand,
}Fields
display_id: u32
name: String
hand: VRGamepadHand
Trait Implementations
impl Debug for VRGamepadData[src]
impl Clone for VRGamepadData[src]
fn clone(&self) -> VRGamepadData[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
impl Default for VRGamepadData[src]
fn default() -> VRGamepadData[src]
Returns the "default value" for a type. Read more