#[repr(u32)]pub enum devstat_priority {
DEVSTAT_PRIORITY_MIN = 0,
DEVSTAT_PRIORITY_OTHER = 32,
DEVSTAT_PRIORITY_PASS = 48,
DEVSTAT_PRIORITY_FD = 64,
DEVSTAT_PRIORITY_WFD = 80,
DEVSTAT_PRIORITY_TAPE = 96,
DEVSTAT_PRIORITY_CD = 144,
DEVSTAT_PRIORITY_DISK = 272,
DEVSTAT_PRIORITY_ARRAY = 288,
DEVSTAT_PRIORITY_MAX = 4_095,
}Variants§
DEVSTAT_PRIORITY_MIN = 0
DEVSTAT_PRIORITY_OTHER = 32
DEVSTAT_PRIORITY_PASS = 48
DEVSTAT_PRIORITY_FD = 64
DEVSTAT_PRIORITY_WFD = 80
DEVSTAT_PRIORITY_TAPE = 96
DEVSTAT_PRIORITY_CD = 144
DEVSTAT_PRIORITY_DISK = 272
DEVSTAT_PRIORITY_ARRAY = 288
DEVSTAT_PRIORITY_MAX = 4_095
Trait Implementations§
Source§impl Clone for devstat_priority
impl Clone for devstat_priority
Source§fn clone(&self) -> devstat_priority
fn clone(&self) -> devstat_priority
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 devstat_priority
impl Debug for devstat_priority
impl Copy for devstat_priority
Auto Trait Implementations§
impl Freeze for devstat_priority
impl RefUnwindSafe for devstat_priority
impl Send for devstat_priority
impl Sync for devstat_priority
impl Unpin for devstat_priority
impl UnwindSafe for devstat_priority
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