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