pub struct RtcClkLsi;
Expand description
RTC clock source LSI oscillator clock (type state)
Auto Trait Implementations§
impl Freeze for RtcClkLsi
impl RefUnwindSafe for RtcClkLsi
impl Send for RtcClkLsi
impl Sync for RtcClkLsi
impl Unpin for RtcClkLsi
impl UnwindSafe for RtcClkLsi
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