Struct sgx_types::types::AlignKey256bit
source · [−]#[repr(C, align(64))]pub struct AlignKey256bit {
pub key: Key256bit,
/* private fields */
}
Fields
key: Key256bit
Trait Implementations
sourceimpl AsMut<[u8; 32]> for AlignKey256bit
impl AsMut<[u8; 32]> for AlignKey256bit
sourceimpl AsRef<[u8; 32]> for AlignKey256bit
impl AsRef<[u8; 32]> for AlignKey256bit
sourceimpl Clone for AlignKey256bit
impl Clone for AlignKey256bit
sourcefn clone(&self) -> AlignKey256bit
fn clone(&self) -> AlignKey256bit
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl ConstTimeEq<AlignKey256bit> for AlignKey256bit
impl ConstTimeEq<AlignKey256bit> for AlignKey256bit
sourceimpl Debug for AlignKey256bit
impl Debug for AlignKey256bit
sourceimpl Default for AlignKey256bit
impl Default for AlignKey256bit
sourcefn default() -> AlignKey256bit
fn default() -> AlignKey256bit
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 32]> for AlignKey256bit
impl From<&[u8; 32]> for AlignKey256bit
sourcefn from(key: &Key256bit) -> AlignKey256bit
fn from(key: &Key256bit) -> AlignKey256bit
Converts to this type from the input type.
sourceimpl From<[u8; 32]> for AlignKey256bit
impl From<[u8; 32]> for AlignKey256bit
sourcefn from(key: Key256bit) -> AlignKey256bit
fn from(key: Key256bit) -> AlignKey256bit
Converts to this type from the input type.
sourceimpl PartialEq<AlignKey256bit> for AlignKey256bit
impl PartialEq<AlignKey256bit> for AlignKey256bit
sourcefn eq(&self, other: &AlignKey256bit) -> bool
fn eq(&self, other: &AlignKey256bit) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more