Struct sgx_isa::Tcs [] [src]

pub struct Tcs {
    pub _reserved1: u64,
    pub flags: TcsFlags,
    pub ossa: u64,
    pub cssa: u32,
    pub nssa: u32,
    pub oentry: u64,
    pub _reserved2: u64,
    pub ofsbasgx: u64,
    pub ogsbasgx: u64,
    pub fslimit: u32,
    pub gslimit: u32,
    pub _reserved3: [u8; 4024],
}

Fields

_reserved1: u64 flags: TcsFlags ossa: u64 cssa: u32 nssa: u32 oentry: u64 _reserved2: u64 ofsbasgx: u64 ogsbasgx: u64 fslimit: u32 gslimit: u32 _reserved3: [u8; 4024]

Trait Implementations

impl Default for Tcs
[src]

fn default() -> Tcs

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

impl Clone for Tcs
[src]

fn clone(&self) -> Tcs

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Tcs
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.