pub enum RARTError {
Generic,
MutexPoisonError,
SendError,
RecvError,
LazyNotInit,
Trigger,
Semaphore,
Timer,
CError(i32),
WrongGPIOPort,
WrongGPIOPin,
}
Variants§
Generic
MutexPoisonError
SendError
RecvError
LazyNotInit
Trigger
Semaphore
Timer
CError(i32)
WrongGPIOPort
WrongGPIOPin
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RARTError
impl RefUnwindSafe for RARTError
impl Send for RARTError
impl Sync for RARTError
impl Unpin for RARTError
impl UnwindSafe for RARTError
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