pub enum HostInner {
Alsa(Host),
}
Expand description
Contains a platform specific Host
implementation.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HostInner
impl Send for HostInner
impl Sync for HostInner
impl Unpin for HostInner
impl UnwindSafe for HostInner
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