pub enum AlcNull {
EnumerateAll,
SoftLoopback,
ThreadLocalContext,
}Variants§
EnumerateAll
ALC_ENUMERATE_ALL_EXT
SoftLoopback
ALC_SOFT_loopback
ThreadLocalContext
ALC_EXT_thread_local_context
Trait Implementations§
impl Copy for AlcNull
impl Eq for AlcNull
impl StructuralPartialEq for AlcNull
Auto Trait Implementations§
impl Freeze for AlcNull
impl RefUnwindSafe for AlcNull
impl Send for AlcNull
impl Sync for AlcNull
impl Unpin for AlcNull
impl UnwindSafe for AlcNull
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more