Struct sgx_types::types::TeeAttributes
source · [−]Fields
a: [u32; 2]
Trait Implementations
sourceimpl AsMut<[u8; 8]> for TeeAttributes
impl AsMut<[u8; 8]> for TeeAttributes
sourceimpl AsRef<[u8; 8]> for TeeAttributes
impl AsRef<[u8; 8]> for TeeAttributes
sourceimpl Clone for TeeAttributes
impl Clone for TeeAttributes
sourcefn clone(&self) -> TeeAttributes
fn clone(&self) -> TeeAttributes
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 Debug for TeeAttributes
impl Debug for TeeAttributes
sourceimpl Default for TeeAttributes
impl Default for TeeAttributes
sourcefn default() -> TeeAttributes
fn default() -> TeeAttributes
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 8]> for TeeAttributes
impl From<&[u8; 8]> for TeeAttributes
sourcefn from(array: &[u8; 8]) -> TeeAttributes
fn from(array: &[u8; 8]) -> TeeAttributes
Converts to this type from the input type.
sourceimpl From<[u8; 8]> for TeeAttributes
impl From<[u8; 8]> for TeeAttributes
sourcefn from(array: [u8; 8]) -> TeeAttributes
fn from(array: [u8; 8]) -> TeeAttributes
Converts to this type from the input type.
sourceimpl PartialEq<TeeAttributes> for TeeAttributes
impl PartialEq<TeeAttributes> for TeeAttributes
sourcefn eq(&self, other: &TeeAttributes) -> bool
fn eq(&self, other: &TeeAttributes) -> bool
sourceimpl TryFrom<&[u8]> for TeeAttributes
impl TryFrom<&[u8]> for TeeAttributes
type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl ContiguousMemory for TeeAttributes
impl Copy for TeeAttributes
impl Eq for TeeAttributes
impl StructuralEq for TeeAttributes
impl StructuralPartialEq for TeeAttributes
Auto Trait Implementations
impl RefUnwindSafe for TeeAttributes
impl Send for TeeAttributes
impl Sync for TeeAttributes
impl Unpin for TeeAttributes
impl UnwindSafe for TeeAttributes
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