Enum openvr_sys::Enum_EVRNotificationStyle [] [src]

pub enum Enum_EVRNotificationStyle {
    EVRNotificationStyle_None,
    EVRNotificationStyle_Application,
    EVRNotificationStyle_Contact_Disabled,
    EVRNotificationStyle_Contact_Enabled,
    EVRNotificationStyle_Contact_Active,
}

Variants

EVRNotificationStyle_NoneEVRNotificationStyle_ApplicationEVRNotificationStyle_Contact_DisabledEVRNotificationStyle_Contact_EnabledEVRNotificationStyle_Contact_Active

Trait Implementations

impl Copy for Enum_EVRNotificationStyle
[src]

impl Clone for Enum_EVRNotificationStyle
[src]

fn clone(&self) -> Enum_EVRNotificationStyle

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