Struct sgx_isa::Secinfo [] [src]

#[repr(C, packed)]
pub struct Secinfo { pub flags: SecinfoFlags, pub _reserved1: [u8; 56], }

Fields

Trait Implementations

impl Default for Secinfo
[src]

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

impl Clone for Secinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Secinfo
[src]

Formats the value using the given formatter.