Enum sgx_isa::PageType [] [src]

#[repr(u8)]
pub enum PageType { Secs, Tcs, Reg, Va, Trim, }

Variants

Methods

impl PageType
[src]

Trait Implementations

impl Clone for PageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PageType
[src]

impl Debug for PageType
[src]

Formats the value using the given formatter.

impl PartialEq for PageType
[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 PageType
[src]