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