Enum openvr_sys::EVRApplicationProperty [] [src]

pub enum EVRApplicationProperty {
    EVRApplicationProperty_VRApplicationProperty_Name_String,
    EVRApplicationProperty_VRApplicationProperty_LaunchType_String,
    EVRApplicationProperty_VRApplicationProperty_WorkingDirectory_String,
    EVRApplicationProperty_VRApplicationProperty_BinaryPath_String,
    EVRApplicationProperty_VRApplicationProperty_Arguments_String,
    EVRApplicationProperty_VRApplicationProperty_URL_String,
    EVRApplicationProperty_VRApplicationProperty_Description_String,
    EVRApplicationProperty_VRApplicationProperty_NewsURL_String,
    EVRApplicationProperty_VRApplicationProperty_ImagePath_String,
    EVRApplicationProperty_VRApplicationProperty_Source_String,
    EVRApplicationProperty_VRApplicationProperty_IsDashboardOverlay_Bool,
    EVRApplicationProperty_VRApplicationProperty_IsTemplate_Bool,
    EVRApplicationProperty_VRApplicationProperty_IsInstanced_Bool,
    EVRApplicationProperty_VRApplicationProperty_LastLaunchTime_Uint64,
}

Variants

EVRApplicationProperty_VRApplicationProperty_Name_StringEVRApplicationProperty_VRApplicationProperty_LaunchType_StringEVRApplicationProperty_VRApplicationProperty_WorkingDirectory_StringEVRApplicationProperty_VRApplicationProperty_BinaryPath_StringEVRApplicationProperty_VRApplicationProperty_Arguments_StringEVRApplicationProperty_VRApplicationProperty_URL_StringEVRApplicationProperty_VRApplicationProperty_Description_StringEVRApplicationProperty_VRApplicationProperty_NewsURL_StringEVRApplicationProperty_VRApplicationProperty_ImagePath_StringEVRApplicationProperty_VRApplicationProperty_Source_StringEVRApplicationProperty_VRApplicationProperty_IsDashboardOverlay_BoolEVRApplicationProperty_VRApplicationProperty_IsTemplate_BoolEVRApplicationProperty_VRApplicationProperty_IsInstanced_BoolEVRApplicationProperty_VRApplicationProperty_LastLaunchTime_Uint64

Trait Implementations

impl Clone for EVRApplicationProperty
[src]

fn clone(&self) -> EVRApplicationProperty

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 EVRApplicationProperty
[src]

impl Debug for EVRApplicationProperty
[src]

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

Formats the value using the given formatter.