pub struct OscUlp32kTokens {
pub osculp1k: OscUlp1kToken,
pub osculp32k: OscUlp32kToken,
}Expand description
Set of tokens representing the disabled OSCULP32K clocks power-on reset
Fields§
§osculp1k: OscUlp1kToken§osculp32k: OscUlp32kTokenAuto Trait Implementations§
impl Freeze for OscUlp32kTokens
impl RefUnwindSafe for OscUlp32kTokens
impl Send for OscUlp32kTokens
impl Sync for OscUlp32kTokens
impl Unpin for OscUlp32kTokens
impl UnwindSafe for OscUlp32kTokens
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