Enum lpc55::bootloader::error::ErrorGroup
source · [−]#[repr(u8)]
pub enum ErrorGroup {
Generic,
FlashDriver,
QuadSpiDriver,
OtfadDriver,
Bootloader,
SbLoader,
MemoryInterface,
PropertyStore,
CrcChecker,
Packetizer,
ReliableUpdate,
}
Variants
Generic
FlashDriver
QuadSpiDriver
OtfadDriver
Bootloader
SbLoader
MemoryInterface
PropertyStore
CrcChecker
Packetizer
ReliableUpdate
Trait Implementations
sourceimpl Clone for ErrorGroup
impl Clone for ErrorGroup
sourcefn clone(&self) -> ErrorGroup
fn clone(&self) -> ErrorGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ErrorGroup
impl Debug for ErrorGroup
Auto Trait Implementations
impl RefUnwindSafe for ErrorGroup
impl Send for ErrorGroup
impl Sync for ErrorGroup
impl Unpin for ErrorGroup
impl UnwindSafe for ErrorGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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