#[repr(C)]
pub struct ReportBody { pub cpusvn: [u8; 16], pub mrenclave: [u8; 32], pub mrsigner: [u8; 32], pub reportdata: [u8; 64], /* private fields */ }
Expand description

Fields

cpusvn: [u8; 16]mrenclave: [u8; 32]mrsigner: [u8; 32]reportdata: [u8; 64]

Implementations

Bit vector specifying which extended features are saved to the MISC region of the SSA frame when an AEX occurs.

If it cannot be parsed the raw little endian bytes will be returned instead.

Set of flags describing attributes of the enclave.

If it cannot be parsed the raw little endian bytes will be returned instead.

The raw bytes returned are the 64 bit features and xfrm respectively.

ISV assigned Product ID of the enclave.

ISV assigned SVN (security version number) of the enclave.

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

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.