Enum openvr_sys::Enum_EVRComponentProperty [] [src]

pub enum 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 Copy for Enum_EVRComponentProperty
[src]

impl Clone for Enum_EVRComponentProperty
[src]

fn clone(&self) -> Enum_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