Struct rust_webvr::vr_gamepad::VRGamepadButton [] [src]

pub struct VRGamepadButton {
    pub pressed: bool,
    pub touched: bool,
}

Fields

Methods

impl VRGamepadButton
[src]

Trait Implementations

impl Debug for VRGamepadButton
[src]

Formats the value using the given formatter.

impl Clone for VRGamepadButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more