Enum alto::ext::AlcNull [] [src]

pub enum AlcNull {
    EnumerateAll,
    SoftLoopback,
    ThreadLocalContext,
}

Variants

ALC_ENUMERATE_ALL_EXT

ALC_SOFT_loopback

ALC_EXT_thread_local_context

Trait Implementations

impl Copy for AlcNull
[src]

impl Clone for AlcNull
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AlcNull
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for AlcNull
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for AlcNull
[src]

impl Debug for AlcNull
[src]

Formats the value using the given formatter.