pub struct CCU { /* private fields */ }
Expand description
Clock Controller Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCU
impl RefUnwindSafe for CCU
impl !Sync for CCU
impl Unpin for CCU
impl UnwindSafe for CCU
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