Struct sgx_isa::Secs [] [src]

#[repr(C, packed)]
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

Trait Implementations

impl Default for Secs
[src]

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

impl Clone for Secs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Secs
[src]

Formats the value using the given formatter.