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