Enum embassy_stm32::can::TryWriteError
source · pub enum TryWriteError {
Full,
}
Expand description
Error returned by try_write
Variants§
Full
All transmit mailboxes are full
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryWriteError
impl RefUnwindSafe for TryWriteError
impl Send for TryWriteError
impl Sync for TryWriteError
impl Unpin for TryWriteError
impl UnwindSafe for TryWriteError
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