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