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