pub struct ECB { /* private fields */ }Expand description
AES ECB Mode Encryption
Implementations§
Trait Implementations§
Source§impl Deref for ECB
impl Deref for ECB
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for ECB
Auto Trait Implementations§
impl Freeze for ECB
impl RefUnwindSafe for ECB
impl !Sync for ECB
impl Unpin for ECB
impl UnsafeUnpin for ECB
impl UnwindSafe for ECB
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