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