pub struct DPPIC_NS { /* private fields */ }
Expand description
Distributed programmable peripheral interconnect controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DPPIC_NS
impl RefUnwindSafe for DPPIC_NS
impl !Sync for DPPIC_NS
impl Unpin for DPPIC_NS
impl UnwindSafe for DPPIC_NS
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