#[repr(transparent)]pub struct AesSwReset(pub u32);
Expand description
Reset the AES engine.
Tuple Fields§
§0: u32
Implementations§
Source§impl AesSwReset
impl AesSwReset
Trait Implementations§
Source§impl Clone for AesSwReset
impl Clone for AesSwReset
Source§fn clone(&self) -> AesSwReset
fn clone(&self) -> AesSwReset
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 AesSwReset
impl Default for AesSwReset
Source§fn default() -> AesSwReset
fn default() -> AesSwReset
Returns the “default value” for a type. Read more
Source§impl PartialEq for AesSwReset
impl PartialEq for AesSwReset
impl Copy for AesSwReset
impl Eq for AesSwReset
impl StructuralPartialEq for AesSwReset
Auto Trait Implementations§
impl Freeze for AesSwReset
impl RefUnwindSafe for AesSwReset
impl Send for AesSwReset
impl Sync for AesSwReset
impl Unpin for AesSwReset
impl UnwindSafe for AesSwReset
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
)