#[repr(u8)]pub enum Misc0ClrOscI {
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 Misc0ClrOscI
impl Misc0ClrOscI
Trait Implementations§
Source§impl Clone for Misc0ClrOscI
impl Clone for Misc0ClrOscI
Source§fn clone(&self) -> Misc0ClrOscI
fn clone(&self) -> Misc0ClrOscI
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 Misc0ClrOscI
impl Debug for Misc0ClrOscI
Source§impl From<Misc0ClrOscI> for u8
impl From<Misc0ClrOscI> for u8
Source§fn from(val: Misc0ClrOscI) -> u8
fn from(val: Misc0ClrOscI) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0ClrOscI
impl From<u8> for Misc0ClrOscI
Source§fn from(val: u8) -> Misc0ClrOscI
fn from(val: u8) -> Misc0ClrOscI
Converts to this type from the input type.
Source§impl Ord for Misc0ClrOscI
impl Ord for Misc0ClrOscI
Source§fn cmp(&self, other: &Misc0ClrOscI) -> Ordering
fn cmp(&self, other: &Misc0ClrOscI) -> 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 Misc0ClrOscI
impl PartialEq for Misc0ClrOscI
Source§impl PartialOrd for Misc0ClrOscI
impl PartialOrd for Misc0ClrOscI
impl Copy for Misc0ClrOscI
impl Eq for Misc0ClrOscI
impl StructuralPartialEq for Misc0ClrOscI
Auto Trait Implementations§
impl Freeze for Misc0ClrOscI
impl RefUnwindSafe for Misc0ClrOscI
impl Send for Misc0ClrOscI
impl Sync for Misc0ClrOscI
impl Unpin for Misc0ClrOscI
impl UnwindSafe for Misc0ClrOscI
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