Struct sgx_types::types::AlignKey128bit
source · #[repr(C, align(32))]pub struct AlignKey128bit {
pub key: Key128bit,
/* private fields */
}
Fields§
§key: Key128bit
Trait Implementations§
source§impl Clone for AlignKey128bit
impl Clone for AlignKey128bit
source§fn clone(&self) -> AlignKey128bit
fn clone(&self) -> AlignKey128bit
Returns a copy 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 ConstTimeEq for AlignKey128bit
impl ConstTimeEq for AlignKey128bit
source§impl Debug for AlignKey128bit
impl Debug for AlignKey128bit
source§impl Default for AlignKey128bit
impl Default for AlignKey128bit
source§fn default() -> AlignKey128bit
fn default() -> AlignKey128bit
Returns the “default value” for a type. Read more
source§impl From<&[u8; 16]> for AlignKey128bit
impl From<&[u8; 16]> for AlignKey128bit
source§fn from(key: &Key128bit) -> AlignKey128bit
fn from(key: &Key128bit) -> AlignKey128bit
Converts to this type from the input type.
source§impl From<[u8; 16]> for AlignKey128bit
impl From<[u8; 16]> for AlignKey128bit
source§fn from(key: Key128bit) -> AlignKey128bit
fn from(key: Key128bit) -> AlignKey128bit
Converts to this type from the input type.
source§impl PartialEq for AlignKey128bit
impl PartialEq for AlignKey128bit
source§fn eq(&self, other: &AlignKey128bit) -> bool
fn eq(&self, other: &AlignKey128bit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl BytewiseEquality for AlignKey128bit
impl ContiguousMemory for AlignKey128bit
impl Copy for AlignKey128bit
impl Eq for AlignKey128bit
Auto Trait Implementations§
impl RefUnwindSafe for AlignKey128bit
impl Send for AlignKey128bit
impl Sync for AlignKey128bit
impl Unpin for AlignKey128bit
impl UnwindSafe for AlignKey128bit
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