pub struct Eeprom(/* private fields */);
Expand description
An EEPROM component.
Implementations§
Source§impl Eeprom
impl Eeprom
Trait Implementations§
Source§impl Ord for Eeprom
impl Ord for Eeprom
Source§impl PartialOrd for Eeprom
impl PartialOrd for Eeprom
impl Copy for Eeprom
impl Eq for Eeprom
impl StructuralPartialEq for Eeprom
Auto Trait Implementations§
impl Freeze for Eeprom
impl RefUnwindSafe for Eeprom
impl Send 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