#[repr(u8)]pub enum Misc0OscI {
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§
Trait Implementations§
Source§impl Ord for Misc0OscI
impl Ord for Misc0OscI
Source§impl PartialOrd for Misc0OscI
impl PartialOrd for Misc0OscI
impl Copy for Misc0OscI
impl Eq for Misc0OscI
impl StructuralPartialEq for Misc0OscI
Auto Trait Implementations§
impl Freeze for Misc0OscI
impl RefUnwindSafe for Misc0OscI
impl Send for Misc0OscI
impl Sync for Misc0OscI
impl Unpin for Misc0OscI
impl UnwindSafe for Misc0OscI
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