Enum x86::shared::PrivilegeLevel [] [src]

pub enum PrivilegeLevel {
    Ring0,
    Ring1,
    Ring2,
    Ring3,
}

Variants

Ring0Ring1Ring2Ring3

Trait Implementations

impl Eq for PrivilegeLevel
[src]

impl PartialEq for PrivilegeLevel
[src]

fn eq(&self, __arg_0: &PrivilegeLevel) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for PrivilegeLevel
[src]

fn clone(&self) -> PrivilegeLevel

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 Copy for PrivilegeLevel
[src]