#[non_exhaustive]pub struct KEYR;Expand description
Opaque KEYR register
Auto Trait Implementations§
impl Freeze for KEYR
impl RefUnwindSafe for KEYR
impl Send for KEYR
impl Sync for KEYR
impl Unpin for KEYR
impl UnwindSafe for KEYR
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