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