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