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