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