Struct sgx_isa::Secs [] [src]

pub struct Secs {
    pub size: u64,
    pub baseaddr: u64,
    pub ssaframesize: u32,
    pub miscselect: Miscselect,
    pub _reserved1: [u8; 24],
    pub attributes: Attributes,
    pub mrenclave: [u8; 32],
    pub _reserved2: [u8; 32],
    pub mrsigner: [u8; 32],
    pub _reserved3: [u8; 96],
    pub isvprodid: u16,
    pub isvsvn: u16,
    pub padding: [u8; 3836],
}

Fields

size: u64 baseaddr: u64 ssaframesize: u32 miscselect: Miscselect _reserved1: [u8; 24] attributes: Attributes mrenclave: [u8; 32] _reserved2: [u8; 32] mrsigner: [u8; 32] _reserved3: [u8; 96] isvprodid: u16 isvsvn: u16 padding: [u8; 3836]

Trait Implementations

impl Default for Secs
[src]

fn default() -> Secs

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