Enum lpc55::bootloader::error::FlashDriverError
source · [−]#[repr(u8)]
pub enum FlashDriverError {
Size,
Alignment,
Address,
Access,
ProtectionViolation,
CommandFailure,
UnknownProperty,
EraseKeyError,
ExecuteOnlyRegion,
CommandNotSupported,
CustomerScratchVersionBehindActualCustomerVersion,
}
Variants
Size
Alignment
Address
Access
ProtectionViolation
CommandFailure
UnknownProperty
EraseKeyError
ExecuteOnlyRegion
CommandNotSupported
CustomerScratchVersionBehindActualCustomerVersion
Trait Implementations
sourceimpl Clone for FlashDriverError
impl Clone for FlashDriverError
sourcefn clone(&self) -> FlashDriverError
fn clone(&self) -> FlashDriverError
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 FlashDriverError
impl Debug for FlashDriverError
sourceimpl<'de> Deserialize<'de> for FlashDriverError
impl<'de> Deserialize<'de> for FlashDriverError
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<FlashDriverError> for FlashDriverError
impl PartialEq<FlashDriverError> for FlashDriverError
sourcefn eq(&self, other: &FlashDriverError) -> bool
fn eq(&self, other: &FlashDriverError) -> bool
sourceimpl Sequence for FlashDriverError
impl Sequence for FlashDriverError
sourceimpl Serialize for FlashDriverError
impl Serialize for FlashDriverError
sourceimpl TryFrom<u8> for FlashDriverError
impl TryFrom<u8> for FlashDriverError
impl Copy for FlashDriverError
impl Eq for FlashDriverError
impl StructuralEq for FlashDriverError
impl StructuralPartialEq for FlashDriverError
Auto Trait Implementations
impl RefUnwindSafe for FlashDriverError
impl Send for FlashDriverError
impl Sync for FlashDriverError
impl Unpin for FlashDriverError
impl UnwindSafe for FlashDriverError
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.