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