#[repr(C)]pub struct aes_xts_context {
pub crypt: aes_context,
pub tweak: aes_context,
}Fields§
§crypt: aes_context§tweak: aes_contextTrait Implementations§
Source§impl Clone for aes_xts_context
impl Clone for aes_xts_context
Source§fn clone(&self) -> aes_xts_context
fn clone(&self) -> aes_xts_context
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for aes_xts_context
impl Default for aes_xts_context
impl Copy for aes_xts_context
Auto Trait Implementations§
impl Freeze for aes_xts_context
impl RefUnwindSafe for aes_xts_context
impl !Send for aes_xts_context
impl !Sync for aes_xts_context
impl Unpin for aes_xts_context
impl UnwindSafe for aes_xts_context
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