Enum openvr_sys::EVRComponentProperty [] [src]

pub enum EVRComponentProperty {
    EVRComponentProperty_VRComponentProperty_IsStatic,
    EVRComponentProperty_VRComponentProperty_IsVisible,
    EVRComponentProperty_VRComponentProperty_IsTouched,
    EVRComponentProperty_VRComponentProperty_IsPressed,
    EVRComponentProperty_VRComponentProperty_IsScrolled,
}

Variants

EVRComponentProperty_VRComponentProperty_IsStaticEVRComponentProperty_VRComponentProperty_IsVisibleEVRComponentProperty_VRComponentProperty_IsTouchedEVRComponentProperty_VRComponentProperty_IsPressedEVRComponentProperty_VRComponentProperty_IsScrolled

Trait Implementations

impl Clone for EVRComponentProperty
[src]

fn clone(&self) -> EVRComponentProperty

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

impl Copy for EVRComponentProperty
[src]

impl Debug for EVRComponentProperty
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.