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