Struct Aes
pub struct Aes { /* private fields */ }Expand description
Advanced encryption standard hardware accelerator
Implementations§
Trait Implementations§
impl Copy for Aes
impl Eq for Aes
impl Send for Aes
impl StructuralPartialEq for Aes
impl Sync for Aes
Auto Trait Implementations§
impl Freeze for Aes
impl RefUnwindSafe for Aes
impl Unpin for Aes
impl UnsafeUnpin for Aes
impl UnwindSafe for Aes
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