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