Struct sgx_isa::Pcmd [] [src]

#[repr(C, packed)]
pub struct Pcmd { pub secinfo: Secinfo, pub enclaveid: u64, pub _reserved1: [u8; 40], pub mac: [u8; 16], }

Fields

Trait Implementations

impl Default for Pcmd
[src]

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

impl Clone for Pcmd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pcmd
[src]

Formats the value using the given formatter.