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