Enum openvr_sys::Enum_VROverlayInputMethod [] [src]

pub enum Enum_VROverlayInputMethod {
    VROverlayInputMethod_None,
    VROverlayInputMethod_Mouse,
}

Variants

VROverlayInputMethod_NoneVROverlayInputMethod_Mouse

Trait Implementations

impl Copy for Enum_VROverlayInputMethod
[src]

impl Clone for Enum_VROverlayInputMethod
[src]

fn clone(&self) -> Enum_VROverlayInputMethod

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