Struct openvr_sys::VRControllerAxis_t[][src]

#[repr(C)]
pub struct VRControllerAxis_t { pub x: f32, pub y: f32, }

Fields

Trait Implementations

impl Debug for VRControllerAxis_t
[src]

Formats the value using the given formatter. Read more

impl Copy for VRControllerAxis_t
[src]

impl Clone for VRControllerAxis_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations