Struct sgx_isa::Sigstruct [] [src]

#[repr(C, packed)]
pub struct Sigstruct { pub header: [u8; 16], pub vendor: u32, pub date: u32, pub header2: [u8; 16], pub swdefined: u32, pub _reserved1: [u8; 84], pub modulus: [u8; 384], pub exponent: u32, pub signature: [u8; 384], pub miscselect: Miscselect, pub miscmask: u32, pub _reserved2: [u8; 20], pub attributes: Attributes, pub attributemask: [u64; 2], pub enclavehash: [u8; 32], pub _reserved3: [u8; 32], pub isvprodid: u16, pub isvsvn: u16, pub _reserved4: [u8; 12], pub q1: [u8; 384], pub q2: [u8; 384], }

Fields

Trait Implementations

impl Default for Sigstruct
[src]

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

impl Clone for Sigstruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sigstruct
[src]

Formats the value using the given formatter.