Enum openvr_sys::Enum_EVRNotificationType [] [src]

pub enum Enum_EVRNotificationType {
    EVRNotificationType_Transient,
    EVRNotificationType_Persistent,
}

Variants

EVRNotificationType_TransientEVRNotificationType_Persistent

Trait Implementations

impl Copy for Enum_EVRNotificationType
[src]

impl Clone for Enum_EVRNotificationType
[src]

fn clone(&self) -> Enum_EVRNotificationType

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