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