Enum openvr_sys::EChaperoneConfigFile [] [src]

pub enum EChaperoneConfigFile {
    EChaperoneConfigFile_Live,
    EChaperoneConfigFile_Temp,
}

Variants

EChaperoneConfigFile_LiveEChaperoneConfigFile_Temp

Trait Implementations

impl Clone for EChaperoneConfigFile
[src]

fn clone(&self) -> EChaperoneConfigFile

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

impl Debug for EChaperoneConfigFile
[src]

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

Formats the value using the given formatter.