Enum openvr_sys::Enum_EVRSubmitFlags [] [src]

pub enum Enum_EVRSubmitFlags {
    EVRSubmitFlags_Submit_Default,
    EVRSubmitFlags_Submit_LensDistortionAlreadyApplied,
    EVRSubmitFlags_Submit_GlRenderBuffer,
}

Variants

EVRSubmitFlags_Submit_DefaultEVRSubmitFlags_Submit_LensDistortionAlreadyAppliedEVRSubmitFlags_Submit_GlRenderBuffer

Trait Implementations

impl Copy for Enum_EVRSubmitFlags
[src]

impl Clone for Enum_EVRSubmitFlags
[src]

fn clone(&self) -> Enum_EVRSubmitFlags

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