Enum sgx_isa::Keyname [] [src]

#[repr(u16)]
pub enum Keyname { EinitToken, Provision, ProvisionSeal, Report, Seal, }

Variants

Methods

impl Keyname
[src]

Trait Implementations

impl Clone for Keyname
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Keyname
[src]

impl Debug for Keyname
[src]

Formats the value using the given formatter.

impl PartialEq for Keyname
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Keyname
[src]