Struct sgx_isa::Einittoken [] [src]

#[repr(C, packed)]
pub struct Einittoken { pub valid: u32, pub _reserved1: [u8; 44], pub attributes: Attributes, pub mrenclave: [u8; 32], pub _reserved2: [u8; 32], pub mrsigner: [u8; 32], pub _reserved3: [u8; 32], pub cpusvnle: [u8; 16], pub isvprodidle: u16, pub isvsvnle: u16, pub _reserved4: [u8; 24], pub maskedmiscselectle: Miscselect, pub maskedattributesle: Attributes, pub keyid: [u8; 32], pub mac: [u8; 16], }

Fields

Trait Implementations

impl Default for Einittoken
[src]

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

impl Clone for Einittoken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Einittoken
[src]

Formats the value using the given formatter.