Struct rust_webvr::vr_gamepad::VRGamepadData
[−]
[src]
pub struct VRGamepadData {
pub display_id: u64,
pub name: String,
pub hand: VRGamepadHand,
}Fields
display_id: u64
name: String
hand: VRGamepadHand
Trait Implementations
impl Debug for VRGamepadData[src]
impl Clone for VRGamepadData[src]
fn clone(&self) -> VRGamepadData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for VRGamepadData[src]
fn default() -> VRGamepadData
Returns the "default value" for a type. Read more