Struct sgx_isa::Targetinfo [−][src]
#[repr(C, align(512))]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]Implementations
If src has the correct length for this type, returns Some<T>
copied from src, else returns None.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.