#[repr(u8)]pub enum Misc0TogOscI {
NOMINAL = 0,
MINUS_12_5_PERCENT = 1,
MINUS_25_PERCENT = 2,
MINUS_37_5_PERCENT = 3,
}Variants§
NOMINAL = 0
Nominal
MINUS_12_5_PERCENT = 1
Decrease current by 12.5%
MINUS_25_PERCENT = 2
Decrease current by 25.0%
MINUS_37_5_PERCENT = 3
Decrease current by 37.5%
Implementations§
Source§impl Misc0TogOscI
impl Misc0TogOscI
Trait Implementations§
Source§impl Clone for Misc0TogOscI
impl Clone for Misc0TogOscI
Source§fn clone(&self) -> Misc0TogOscI
fn clone(&self) -> Misc0TogOscI
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 Misc0TogOscI
impl Debug for Misc0TogOscI
Source§impl From<Misc0TogOscI> for u8
impl From<Misc0TogOscI> for u8
Source§fn from(val: Misc0TogOscI) -> u8
fn from(val: Misc0TogOscI) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0TogOscI
impl From<u8> for Misc0TogOscI
Source§fn from(val: u8) -> Misc0TogOscI
fn from(val: u8) -> Misc0TogOscI
Converts to this type from the input type.
Source§impl Ord for Misc0TogOscI
impl Ord for Misc0TogOscI
Source§fn cmp(&self, other: &Misc0TogOscI) -> Ordering
fn cmp(&self, other: &Misc0TogOscI) -> 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 Misc0TogOscI
impl PartialEq for Misc0TogOscI
Source§impl PartialOrd for Misc0TogOscI
impl PartialOrd for Misc0TogOscI
impl Copy for Misc0TogOscI
impl Eq for Misc0TogOscI
impl StructuralPartialEq for Misc0TogOscI
Auto Trait Implementations§
impl Freeze for Misc0TogOscI
impl RefUnwindSafe for Misc0TogOscI
impl Send for Misc0TogOscI
impl Sync for Misc0TogOscI
impl Unpin for Misc0TogOscI
impl UnwindSafe for Misc0TogOscI
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