#[repr(C, packed)]
pub struct CEnclaveIdentity { pub cpu_svn: CpuSvn, pub misc_select: MiscSelect, pub reserved1: [u8; 28], pub attributes: Attributes, pub mr_enclave: Measurement, pub reserved2: [u8; 32], pub mr_signer: Measurement, pub reserved3: [u8; 96], pub isv_prod_id: u16, pub isv_svn: u16, }

Fields

cpu_svn: CpuSvnmisc_select: MiscSelectreserved1: [u8; 28]attributes: Attributesmr_enclave: Measurementreserved2: [u8; 32]mr_signer: Measurementreserved3: [u8; 96]isv_prod_id: u16isv_svn: u16

Trait Implementations

Converts this type into a shared reference of the (usually inferred) input type.
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.