pub enum CrystalMode {}
Expand description
Type-level variant of the Xosc
operating Mode
Represents the Xosc
configured to use an external crystal oscillator.
See the documentation on type-level programming and specifically type-level enums for more details.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrystalMode
impl RefUnwindSafe for CrystalMode
impl Send for CrystalMode
impl Sync for CrystalMode
impl Unpin for CrystalMode
impl UnwindSafe for CrystalMode
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