pub struct RTC_B { /* private fields */ }Expand description
RTC_B peripheral
Implementations§
Trait Implementations§
impl Copy for RTC_B
impl PeripheralType for RTC_B
Auto Trait Implementations§
impl Freeze for RTC_B
impl RefUnwindSafe for RTC_B
impl Send for RTC_B
impl Sync for RTC_B
impl Unpin for RTC_B
impl UnwindSafe for RTC_B
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