Struct sgx_isa::Pcmd [] [src]

pub struct Pcmd {
    pub secinfo: Secinfo,
    pub enclaveid: u64,
    pub _reserved1: [u8; 40],
    pub mac: [u8; 16],
}

Fields

secinfo: Secinfo enclaveid: u64 _reserved1: [u8; 40] mac: [u8; 16]

Trait Implementations

impl Default for Pcmd
[src]

fn default() -> Pcmd

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

impl Clone for Pcmd
[src]

fn clone(&self) -> Pcmd

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 Pcmd
[src]

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

Formats the value using the given formatter.