pub struct RTCCNTL { /* private fields */ }Expand description
Internal I2C registers
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCCNTL
impl RefUnwindSafe for RTCCNTL
impl !Sync for RTCCNTL
impl Unpin for RTCCNTL
impl UnwindSafe for RTCCNTL
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