pub struct CCB { /* private fields */ }Expand description
CCB peripheral
Implementations§
Trait Implementations§
impl Copy for CCB
impl PeripheralType for CCB
impl RccPeripheral for CCB
Auto Trait Implementations§
impl Freeze for CCB
impl RefUnwindSafe for CCB
impl Send for CCB
impl Sync for CCB
impl Unpin for CCB
impl UnwindSafe for CCB
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