pub struct Aes<const BYTES: usize> { /* private fields */ }
Expand description
The AES cipher
Trait Implementations§
Auto Trait Implementations§
impl<const BYTES: usize> Freeze for Aes<BYTES>
impl<const BYTES: usize> RefUnwindSafe for Aes<BYTES>
impl<const BYTES: usize> Send for Aes<BYTES>
impl<const BYTES: usize> Sync for Aes<BYTES>
impl<const BYTES: usize> Unpin for Aes<BYTES>
impl<const BYTES: usize> UnwindSafe for Aes<BYTES>
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