Enum ross_protocol::frame::FrameError
source · [−]pub enum FrameError {
FrameIsStandard,
FrameIsRemote,
FrameIdMissing,
WrongSize,
CobsError,
}Variants
FrameIsStandard
Received a standard frame instead of an extended one
FrameIsRemote
Received a remote frame instead of a data one
FrameIdMissing
Part of the frame id is missing
WrongSize
Frame has a different size than expected
CobsError
Trait Implementations
sourceimpl Debug for FrameError
impl Debug for FrameError
sourceimpl PartialEq<FrameError> for FrameError
impl PartialEq<FrameError> for FrameError
impl StructuralPartialEq for FrameError
Auto Trait Implementations
impl RefUnwindSafe for FrameError
impl Send for FrameError
impl Sync for FrameError
impl Unpin for FrameError
impl UnwindSafe for FrameError
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