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