pub enum ThresholdIndexes {
THRESHOLD_MASTER_WEIGHT = 0,
THRESHOLD_LOW = 1,
THRESHOLD_MED = 2,
THRESHOLD_HIGH = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ThresholdIndexes
impl Clone for ThresholdIndexes
Source§fn clone(&self) -> ThresholdIndexes
fn clone(&self) -> ThresholdIndexes
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 ThresholdIndexes
impl Debug for ThresholdIndexes
Source§impl<Out: Write> Pack<Out> for ThresholdIndexes
impl<Out: Write> Pack<Out> for ThresholdIndexes
Source§impl PartialEq for ThresholdIndexes
impl PartialEq for ThresholdIndexes
Source§impl<In: Read> Unpack<In> for ThresholdIndexes
impl<In: Read> Unpack<In> for ThresholdIndexes
impl Copy for ThresholdIndexes
impl Eq for ThresholdIndexes
impl StructuralPartialEq for ThresholdIndexes
Auto Trait Implementations§
impl Freeze for ThresholdIndexes
impl RefUnwindSafe for ThresholdIndexes
impl Send for ThresholdIndexes
impl Sync for ThresholdIndexes
impl Unpin for ThresholdIndexes
impl UnwindSafe for ThresholdIndexes
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