pub struct XTS_AES { /* private fields */ }
Expand description
XTS-AES-128 Flash Encryption
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XTS_AES
impl !Sync for XTS_AES
impl Unpin for XTS_AES
impl UnwindSafe for XTS_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