pub struct Loopback { /* private fields */ }
Expand description
A loopback device.
Implementations§
Trait Implementations§
Source§impl Device for Loopback
impl Device for Loopback
type RxToken<'a> = RxToken
type TxToken<'a> = TxToken<'a>
Source§fn capabilities(&self) -> DeviceCapabilities
fn capabilities(&self) -> DeviceCapabilities
Get a description of device capabilities.
Auto Trait Implementations§
impl Freeze for Loopback
impl RefUnwindSafe for Loopback
impl Send for Loopback
impl Sync for Loopback
impl Unpin for Loopback
impl UnwindSafe for Loopback
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