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