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