pub enum Runlevel {
Halt = 0,
Single = 1,
Multi = 2,
Network = 3,
Reserved = 4,
Graphical = 5,
Reboot = 6,
}Expand description
Runlevel definition
Variants§
Trait Implementations§
Source§impl Ord for Runlevel
impl Ord for Runlevel
Source§impl PartialOrd for Runlevel
impl PartialOrd for Runlevel
impl Copy for Runlevel
impl Eq for Runlevel
impl StructuralPartialEq for Runlevel
Auto Trait Implementations§
impl Freeze for Runlevel
impl RefUnwindSafe for Runlevel
impl Send for Runlevel
impl Sync for Runlevel
impl Unpin for Runlevel
impl UnwindSafe for Runlevel
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)