pub struct OscUlp32kToken(/* private fields */);
Expand description
Singleton token that can be exchanged for OscUlp32k
As explained in the clock
module documentation, instances of
various Token
types can be exchanged for actual clock types. They
typically represent clocks that are disabled at power-on reset.
The OscUlp32k
clock is disabled at power-on reset. To use it, you must
first exchange the token for an actual clock with OscUlp32k::enable
.
Auto Trait Implementations§
impl Freeze for OscUlp32kToken
impl RefUnwindSafe for OscUlp32kToken
impl Send for OscUlp32kToken
impl Sync for OscUlp32kToken
impl Unpin for OscUlp32kToken
impl UnwindSafe for OscUlp32kToken
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