Enum openvr_sys::Enum_EVRControllerAxisType [] [src]

pub enum Enum_EVRControllerAxisType {
    EVRControllerAxisType_k_eControllerAxis_None,
    EVRControllerAxisType_k_eControllerAxis_TrackPad,
    EVRControllerAxisType_k_eControllerAxis_Joystick,
    EVRControllerAxisType_k_eControllerAxis_Trigger,
}

Variants

EVRControllerAxisType_k_eControllerAxis_NoneEVRControllerAxisType_k_eControllerAxis_TrackPadEVRControllerAxisType_k_eControllerAxis_JoystickEVRControllerAxisType_k_eControllerAxis_Trigger

Trait Implementations

impl Copy for Enum_EVRControllerAxisType
[src]

impl Clone for Enum_EVRControllerAxisType
[src]

fn clone(&self) -> Enum_EVRControllerAxisType

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