Enum ross_protocol::interface::InterfaceError
source · [−]pub enum InterfaceError {
CanError(CanError),
UsartError(UsartError),
BuilderError(PacketBuilderError),
FrameError(FrameError),
NoPacketReceived,
}Variants
CanError(CanError)
UsartError(UsartError)
BuilderError(PacketBuilderError)
FrameError(FrameError)
NoPacketReceived
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InterfaceError
impl Send for InterfaceError
impl Sync for InterfaceError
impl Unpin for InterfaceError
impl UnwindSafe for InterfaceError
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