Struct sgx_isa::Secinfo [] [src]

pub struct Secinfo {
    pub flags: SecinfoFlags,
    pub _reserved1: [u8; 56],
}

Fields

flags: SecinfoFlags _reserved1: [u8; 56]

Trait Implementations

impl Default for Secinfo
[src]

fn default() -> Secinfo

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