pub enum RtcClockSource {
LSI,
LSE,
HSERTC,
}
Variants§
Auto Trait Implementations§
impl Freeze for RtcClockSource
impl RefUnwindSafe for RtcClockSource
impl Send for RtcClockSource
impl Sync for RtcClockSource
impl Unpin for RtcClockSource
impl UnwindSafe for RtcClockSource
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