pub struct Aes128EcbImplContext { /* private fields */ }Expand description
Opaque storage for the implementation’s key schedule.
Trait Implementations§
Source§impl Clone for Aes128EcbImplContext
impl Clone for Aes128EcbImplContext
Source§impl Drop for Aes128EcbImplContext
impl Drop for Aes128EcbImplContext
impl Send for Aes128EcbImplContext
impl Sync for Aes128EcbImplContext
Auto Trait Implementations§
impl !RefUnwindSafe for Aes128EcbImplContext
impl !Unpin for Aes128EcbImplContext
impl !UnwindSafe for Aes128EcbImplContext
impl Freeze for Aes128EcbImplContext
impl UnsafeUnpin for Aes128EcbImplContext
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