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