Struct nrf52840_pac::ECB
source · pub struct ECB { /* private fields */ }
Expand description
AES ECB Mode Encryption
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECB
impl RefUnwindSafe for ECB
impl !Sync for ECB
impl Unpin 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