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