pub struct AESCore { /* private fields */ }Expand description
The AES core algorithm.
Implementations§
Trait Implementations§
impl Copy for AESCore
impl Eq for AESCore
impl StructuralPartialEq for AESCore
Auto Trait Implementations§
impl Freeze for AESCore
impl RefUnwindSafe for AESCore
impl Send for AESCore
impl Sync for AESCore
impl Unpin for AESCore
impl UnwindSafe for AESCore
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