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