Enum x86_64::PrivilegeLevel [] [src]

#[repr(u8)]
pub enum PrivilegeLevel { Ring0, Ring1, Ring2, Ring3, }

Variants

Trait Implementations

impl Copy for PrivilegeLevel
[src]

impl Clone for PrivilegeLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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