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