Struct sgx_isa::Targetinfo [] [src]

#[repr(C, packed)]
pub struct Targetinfo { pub measurement: [u8; 32], pub attributes: Attributes, pub _reserved1: [u8; 4], pub miscselect: Miscselect, pub _reserved2: [u8; 456], }

Fields

Trait Implementations

impl Default for Targetinfo
[src]

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

impl Clone for Targetinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Targetinfo
[src]

Formats the value using the given formatter.

impl From<Report> for Targetinfo
[src]

Performs the conversion.