pub struct DfllToken(/* private fields */);
Expand description
Singleton token that can be exchanged for the Dfll
As explained in the clock
module documentation, instances of
various Token
types represent disabled clocks and can be exchanged for
actual clock types. However, unlike most other clocks in the module, the
Dfll
is Enabled
at power-on reset. Thus, users will never deal with
the DfllToken
unless they first disable the EnabledDfll
.
Auto Trait Implementations§
impl Freeze for DfllToken
impl RefUnwindSafe for DfllToken
impl Send for DfllToken
impl Sync for DfllToken
impl Unpin for DfllToken
impl UnwindSafe for DfllToken
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