Enum atsamd_hal::nvm::smart_eeprom::Locked
source · [−]pub enum Locked {}
Expand description
Type-level enum variant representing a locked state of SmartEEPROM. In that state, only read operations are permitted
Trait Implementations
impl SmartEepromState for Locked
Auto Trait Implementations
impl RefUnwindSafe for Locked
impl Send for Locked
impl Sync for Locked
impl Unpin for Locked
impl UnwindSafe for Locked
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