Implementations
Trait Implementations
sourceimpl<S: Read<u8> + Write<u8>> Interface for Usart<S>
impl<S: Read<u8> + Write<u8>> Interface for Usart<S>
fn try_get_packet(&mut self) -> Result<Packet, InterfaceError>
fn try_send_packet(&mut self, packet: &Packet) -> Result<(), InterfaceError>
Auto Trait Implementations
impl<S> RefUnwindSafe for Usart<S> where
S: RefUnwindSafe,
impl<S> Send for Usart<S> where
S: Send,
impl<S> Sync for Usart<S> where
S: Sync,
impl<S> Unpin for Usart<S> where
S: Unpin,
impl<S> UnwindSafe for Usart<S> where
S: 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