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