Enum winapi::AUDCLNT_SHAREMODE [] [src]

pub enum AUDCLNT_SHAREMODE {
    AUDCLNT_SHAREMODE_SHARED,
    AUDCLNT_SHAREMODE_EXCLUSIVE,
}

Variants

AUDCLNT_SHAREMODE_SHAREDAUDCLNT_SHAREMODE_EXCLUSIVE

Trait Implementations

impl Debug for AUDCLNT_SHAREMODE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AUDCLNT_SHAREMODE
[src]

impl Clone for AUDCLNT_SHAREMODE
[src]

fn clone(&self) -> AUDCLNT_SHAREMODE

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