pub struct CLKCR { /* private fields */ }
Expand description
SDI clock control register
Implementations§
Auto Trait Implementations§
impl !Freeze for CLKCR
impl !RefUnwindSafe for CLKCR
impl Send for CLKCR
impl !Sync for CLKCR
impl Unpin for CLKCR
impl UnwindSafe for CLKCR
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