pub enum FrameCreateError {
NotEnoughData,
InvalidDataLength,
InvalidCanId,
}
Expand description
Frame Create Errors
Variants§
NotEnoughData
Data in header does not match supplied.
InvalidDataLength
Invalid data length not 0-8 for Classic packet or valid for FD.
InvalidCanId
Invalid ID.
Trait Implementations§
source§impl Debug for FrameCreateError
impl Debug for FrameCreateError
Auto Trait Implementations§
impl Freeze for FrameCreateError
impl RefUnwindSafe for FrameCreateError
impl Send for FrameCreateError
impl Sync for FrameCreateError
impl Unpin for FrameCreateError
impl UnwindSafe for FrameCreateError
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