Struct sgx_crypto::aes::gcm::Aad
source · pub struct Aad<A>(/* private fields */);Implementations§
Trait Implementations§
source§impl<A> ConstTimeEq for Aad<A>where
A: ConstTimeEq + BytewiseEquality + Eq,
impl<A> ConstTimeEq for Aad<A>where A: ConstTimeEq + BytewiseEquality + Eq,
source§impl<A> PartialEq for Aad<A>where
A: PartialEq,
impl<A> PartialEq for Aad<A>where A: PartialEq,
impl<A: BytewiseEquality> BytewiseEquality for Aad<A>
impl<A: ContiguousMemory> ContiguousMemory for Aad<A>
impl<A> Copy for Aad<A>where A: Copy,
impl<A> Eq for Aad<A>where A: Eq,
Auto Trait Implementations§
impl<A> RefUnwindSafe for Aad<A>where A: RefUnwindSafe,
impl<A> Send for Aad<A>where A: Send,
impl<A> Sync for Aad<A>where A: Sync,
impl<A> Unpin for Aad<A>where A: Unpin,
impl<A> UnwindSafe for Aad<A>where A: UnwindSafe,
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