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