#[repr(u8)]pub enum ErrorGroup {
Generic = 0,
FlashDriver = 1,
QuadSpiDriver = 4,
OtfadDriver = 5,
Bootloader = 100,
SbLoader = 101,
MemoryInterface = 102,
PropertyStore = 103,
CrcChecker = 104,
Packetizer = 105,
ReliableUpdate = 106,
}
Variants§
Generic = 0
FlashDriver = 1
QuadSpiDriver = 4
OtfadDriver = 5
Bootloader = 100
SbLoader = 101
MemoryInterface = 102
PropertyStore = 103
CrcChecker = 104
Packetizer = 105
ReliableUpdate = 106
Trait Implementations§
Source§impl Clone for ErrorGroup
impl Clone for ErrorGroup
Source§fn clone(&self) -> ErrorGroup
fn clone(&self) -> ErrorGroup
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ErrorGroup
impl Debug for ErrorGroup
Auto Trait Implementations§
impl Freeze for ErrorGroup
impl RefUnwindSafe for ErrorGroup
impl Send for ErrorGroup
impl Sync for ErrorGroup
impl Unpin for ErrorGroup
impl UnwindSafe for ErrorGroup
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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