#[repr(transparent)]pub struct AesCmacInit(pub u32);
Expand description
Writing to this address triggers the AES engine to generate K1 and K2 for AES-CMAC operations.
Tuple Fields§
§0: u32
Implementations§
Source§impl AesCmacInit
impl AesCmacInit
Trait Implementations§
Source§impl Clone for AesCmacInit
impl Clone for AesCmacInit
Source§fn clone(&self) -> AesCmacInit
fn clone(&self) -> AesCmacInit
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AesCmacInit
impl Default for AesCmacInit
Source§fn default() -> AesCmacInit
fn default() -> AesCmacInit
Returns the “default value” for a type. Read more
Source§impl PartialEq for AesCmacInit
impl PartialEq for AesCmacInit
impl Copy for AesCmacInit
impl Eq for AesCmacInit
impl StructuralPartialEq for AesCmacInit
Auto Trait Implementations§
impl Freeze for AesCmacInit
impl RefUnwindSafe for AesCmacInit
impl Send for AesCmacInit
impl Sync for AesCmacInit
impl Unpin for AesCmacInit
impl UnwindSafe for AesCmacInit
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)