Struct avr_device::attiny85::EEPROM
source · pub struct EEPROM { /* private fields */ }
Expand description
EEPROM
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EEPROM
impl RefUnwindSafe for EEPROM
impl !Sync for EEPROM
impl Unpin for EEPROM
impl UnwindSafe for EEPROM
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