Struct sgx_isa::Targetinfo [] [src]

pub struct Targetinfo {
    pub measurement: [u8; 32],
    pub attributes: Attributes,
    pub _reserved1: [u8; 4],
    pub miscselect: Miscselect,
    pub _reserved2: [u8; 456],
}

Fields

measurement: [u8; 32] attributes: Attributes _reserved1: [u8; 4] miscselect: Miscselect _reserved2: [u8; 456]

Trait Implementations

impl Default for Targetinfo
[src]

fn default() -> Targetinfo

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

impl Clone for Targetinfo
[src]

fn clone(&self) -> Targetinfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Targetinfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Report> for Targetinfo
[src]

fn from(r: Report) -> Targetinfo

Performs the conversion.