Struct sgx_isa::Secs [−][src]
#[repr(C, align(4096))]pub struct Secs {Show 13 fields
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]
Implementations
If src
has the correct length for this type, returns Some<T>
copied from src
, else returns None
.