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