pub enum ClockMode {}
Expand description
Type-level variant of the Xosc
operating Mode
Represents the Xosc
configured to use an externally provided clock.
See the documentation on type-level programming and specifically type-level enums for more details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClockMode
impl Send for ClockMode
impl Sync for ClockMode
impl Unpin for ClockMode
impl UnwindSafe for ClockMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more