pub struct R(_);
Register EECR reader
EECR
Bit 0 - EEPROM Read Enable
Bit 1 - EEPROM Write Enable
Bit 2 - EEPROM Master Write Enable
Bit 3 - EEPROM Ready Interrupt Enable
Bits 4:5 - EEPROM Programming Mode Bits
Reads raw bits from register.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U