Enum avr_device::atmega32u4::eeprom::eecr::EEPM_A
source · #[repr(u8)]pub enum EEPM_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
}
Expand description
EEPROM Programming Mode Bits
Value on reset: 0
Variants§
VAL_0X00 = 0
0: Erase and Write in one operation
VAL_0X01 = 1
1: Erase Only
VAL_0X02 = 2
2: Write Only
Trait Implementations§
impl Copy for EEPM_A
impl Eq for EEPM_A
impl StructuralPartialEq for EEPM_A
Auto Trait Implementations§
impl Freeze for EEPM_A
impl RefUnwindSafe for EEPM_A
impl Send for EEPM_A
impl Sync for EEPM_A
impl Unpin for EEPM_A
impl UnwindSafe for EEPM_A
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)