Struct rust_webvr_api::vr_gamepad::VRGamepadButton
[−]
[src]
pub struct VRGamepadButton {
pub pressed: bool,
pub touched: bool,
}Fields
pressed: bool
touched: bool
Methods
impl VRGamepadButton[src]
Trait Implementations
impl Debug for VRGamepadButton[src]
impl Clone for VRGamepadButton[src]
fn clone(&self) -> VRGamepadButton[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