pub enum PROCESS_TYPE {
High = 0,
MiddleHigh = 1,
MiddleLow = 2,
Low = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PROCESS_TYPE
impl Clone for PROCESS_TYPE
Source§fn clone(&self) -> PROCESS_TYPE
fn clone(&self) -> PROCESS_TYPE
Returns a copy 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 PROCESS_TYPE
impl Debug for PROCESS_TYPE
Source§impl From<PROCESS_TYPE> for PROCESS_TYPE_CEnum
impl From<PROCESS_TYPE> for PROCESS_TYPE_CEnum
Source§fn from(value: PROCESS_TYPE) -> Self
fn from(value: PROCESS_TYPE) -> Self
Converts to this type from the input type.
Source§impl Hash for PROCESS_TYPE
impl Hash for PROCESS_TYPE
Source§impl Ord for PROCESS_TYPE
impl Ord for PROCESS_TYPE
Source§fn cmp(&self, other: &PROCESS_TYPE) -> Ordering
fn cmp(&self, other: &PROCESS_TYPE) -> 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 PROCESS_TYPE
impl PartialEq for PROCESS_TYPE
Source§impl PartialOrd for PROCESS_TYPE
impl PartialOrd for PROCESS_TYPE
Source§impl TryFrom<PROCESS_TYPE_CEnum> for PROCESS_TYPE
impl TryFrom<PROCESS_TYPE_CEnum> for PROCESS_TYPE
impl Copy for PROCESS_TYPE
impl Eq for PROCESS_TYPE
impl StructuralPartialEq for PROCESS_TYPE
Auto Trait Implementations§
impl Freeze for PROCESS_TYPE
impl RefUnwindSafe for PROCESS_TYPE
impl Send for PROCESS_TYPE
impl Sync for PROCESS_TYPE
impl Unpin for PROCESS_TYPE
impl UnwindSafe for PROCESS_TYPE
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