Struct capsules_extra::at24c_eeprom::EEPROMPage
source · pub struct EEPROMPage(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl AsMut<[u8]> for EEPROMPage
impl AsMut<[u8]> for EEPROMPage
Auto Trait Implementations§
impl Freeze for EEPROMPage
impl RefUnwindSafe for EEPROMPage
impl Send for EEPROMPage
impl Sync for EEPROMPage
impl Unpin for EEPROMPage
impl UnwindSafe for EEPROMPage
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