Enum openvr_sys::Enum_EGraphicsAPIConvention [] [src]

pub enum Enum_EGraphicsAPIConvention {
    EGraphicsAPIConvention_API_DirectX,
    EGraphicsAPIConvention_API_OpenGL,
}

Variants

EGraphicsAPIConvention_API_DirectXEGraphicsAPIConvention_API_OpenGL

Trait Implementations

impl Copy for Enum_EGraphicsAPIConvention
[src]

impl Clone for Enum_EGraphicsAPIConvention
[src]

fn clone(&self) -> Enum_EGraphicsAPIConvention

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