Enum wasapi::ShareMode [−][src]
pub enum ShareMode {
    Shared,
    Exclusive,
}Expand description
Sharemode for device
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShareModeimpl UnwindSafe for ShareModeBlanket Implementations
Mutably borrows from an owned value. Read more