pub struct PRGKEYR { /* private fields */ }
Expand description
Program memory key register
Implementations§
Auto Trait Implementations§
impl !Freeze for PRGKEYR
impl !RefUnwindSafe for PRGKEYR
impl Send for PRGKEYR
impl !Sync for PRGKEYR
impl Unpin for PRGKEYR
impl UnwindSafe for PRGKEYR
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