#[repr(u8)]pub enum GlobalSchemes {
Debug = 1,
Event = 2,
Memory = 3,
Pipe = 4,
Serio = 5,
Irq = 6,
Time = 7,
Sys = 8,
Proc = 9,
Acpi = 10,
Dtb = 11,
}
Variants§
Debug = 1
Event = 2
Memory = 3
Pipe = 4
Serio = 5
Irq = 6
Time = 7
Sys = 8
Proc = 9
Acpi = 10
Dtb = 11
Implementations§
Source§impl GlobalSchemes
impl GlobalSchemes
Trait Implementations§
Source§impl Clone for GlobalSchemes
impl Clone for GlobalSchemes
Source§fn clone(&self) -> GlobalSchemes
fn clone(&self) -> GlobalSchemes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GlobalSchemes
impl Debug for GlobalSchemes
Source§impl Ord for GlobalSchemes
impl Ord for GlobalSchemes
Source§fn cmp(&self, other: &GlobalSchemes) -> Ordering
fn cmp(&self, other: &GlobalSchemes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlobalSchemes
impl PartialEq for GlobalSchemes
Source§impl PartialOrd for GlobalSchemes
impl PartialOrd for GlobalSchemes
impl Copy for GlobalSchemes
impl Eq for GlobalSchemes
impl StructuralPartialEq for GlobalSchemes
Auto Trait Implementations§
impl Freeze for GlobalSchemes
impl RefUnwindSafe for GlobalSchemes
impl Send for GlobalSchemes
impl Sync for GlobalSchemes
impl Unpin for GlobalSchemes
impl UnwindSafe for GlobalSchemes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more