#[repr(transparent)]pub struct AesCtrNoIncrement(pub u32);
Expand description
This register enables the AES CTR no increment mode in which the counter mode is not incremented between two blocks
Tuple Fields§
§0: u32
Implementations§
Source§impl AesCtrNoIncrement
impl AesCtrNoIncrement
Sourcepub const fn enable(&self) -> bool
pub const fn enable(&self) -> bool
This field enables the AES CTR no increment mode in which the counter mode is not incremented between two blocks
Sourcepub fn set_enable(&mut self, val: bool)
pub fn set_enable(&mut self, val: bool)
This field enables the AES CTR no increment mode in which the counter mode is not incremented between two blocks
Trait Implementations§
Source§impl Clone for AesCtrNoIncrement
impl Clone for AesCtrNoIncrement
Source§fn clone(&self) -> AesCtrNoIncrement
fn clone(&self) -> AesCtrNoIncrement
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 AesCtrNoIncrement
impl Default for AesCtrNoIncrement
Source§fn default() -> AesCtrNoIncrement
fn default() -> AesCtrNoIncrement
Returns the “default value” for a type. Read more
Source§impl PartialEq for AesCtrNoIncrement
impl PartialEq for AesCtrNoIncrement
impl Copy for AesCtrNoIncrement
impl Eq for AesCtrNoIncrement
impl StructuralPartialEq for AesCtrNoIncrement
Auto Trait Implementations§
impl Freeze for AesCtrNoIncrement
impl RefUnwindSafe for AesCtrNoIncrement
impl Send for AesCtrNoIncrement
impl Sync for AesCtrNoIncrement
impl Unpin for AesCtrNoIncrement
impl UnwindSafe for AesCtrNoIncrement
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
)