pub struct AlsaLib;Expand description
Host-registered lib exporting the ALSA stream-host cards, built on the shared
SurfacePackLib substrate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlsaLib
impl RefUnwindSafe for AlsaLib
impl Send for AlsaLib
impl Sync for AlsaLib
impl Unpin for AlsaLib
impl UnsafeUnpin for AlsaLib
impl UnwindSafe for AlsaLib
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