Struct sgx_types::types::TeeAttributes
source · #[repr(C)]pub struct TeeAttributes {
pub a: [u32; 2],
}
Fields§
§a: [u32; 2]
Trait Implementations§
source§impl Clone for TeeAttributes
impl Clone for TeeAttributes
source§fn clone(&self) -> TeeAttributes
fn clone(&self) -> TeeAttributes
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 Debug for TeeAttributes
impl Debug for TeeAttributes
source§impl Default for TeeAttributes
impl Default for TeeAttributes
source§fn default() -> TeeAttributes
fn default() -> TeeAttributes
Returns the “default value” for a type. Read more
source§impl PartialEq for TeeAttributes
impl PartialEq for TeeAttributes
source§fn eq(&self, other: &TeeAttributes) -> bool
fn eq(&self, other: &TeeAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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