pub struct Can<I: Instance> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<I: Instance> Interface for Can<I>
impl<I: Instance> Interface for Can<I>
fn try_get_packet(&mut self) -> Result<Packet, InterfaceError>
fn try_send_packet(&mut self, packet: &Packet) -> Result<(), InterfaceError>
Auto Trait Implementations
impl<I> RefUnwindSafe for Can<I> where
I: RefUnwindSafe,
impl<I> Send for Can<I> where
I: Send,
impl<I> Sync for Can<I> where
I: Sync,
impl<I> Unpin for Can<I> where
I: Unpin,
impl<I> UnwindSafe for Can<I> where
I: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more