pub enum SoscMode {
CrystalOscillator,
ActiveClock,
}Expand description
The mode of the external reference clock
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoscMode
impl RefUnwindSafe for SoscMode
impl Send for SoscMode
impl Sync for SoscMode
impl Unpin for SoscMode
impl UnwindSafe for SoscMode
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