Struct sgx_isa::Report [] [src]

#[repr(C, packed)]
pub struct Report { pub cpusvn: [u8; 16], pub miscselect: Miscselect, pub _reserved1: [u8; 28], pub attributes: Attributes, pub mrenclave: [u8; 32], pub _reserved2: [u8; 32], pub mrsigner: [u8; 32], pub _reserved3: [u8; 96], pub isvprodid: u16, pub isvsvn: u16, pub _reserved4: [u8; 60], pub reportdata: [u8; 64], pub keyid: [u8; 32], pub mac: [u8; 16], }

Fields

Trait Implementations

impl Default for Report
[src]

Returns the "default value" for a type. Read more

impl Clone for Report
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Report
[src]

Formats the value using the given formatter.