#[repr(u8)]pub enum Misc0ReftopVbgadj {
REFTOP_VBGADJ_0 = 0,
REFTOP_VBGADJ_1 = 1,
REFTOP_VBGADJ_2 = 2,
REFTOP_VBGADJ_3 = 3,
REFTOP_VBGADJ_4 = 4,
REFTOP_VBGADJ_5 = 5,
REFTOP_VBGADJ_6 = 6,
REFTOP_VBGADJ_7 = 7,
}Variants§
REFTOP_VBGADJ_0 = 0
Nominal VBG
REFTOP_VBGADJ_1 = 1
VBG+0.78%
REFTOP_VBGADJ_2 = 2
VBG+1.56%
REFTOP_VBGADJ_3 = 3
VBG+2.34%
REFTOP_VBGADJ_4 = 4
VBG-0.78%
REFTOP_VBGADJ_5 = 5
VBG-1.56%
REFTOP_VBGADJ_6 = 6
VBG-2.34%
REFTOP_VBGADJ_7 = 7
VBG-3.12%
Implementations§
Trait Implementations§
Source§impl Clone for Misc0ReftopVbgadj
impl Clone for Misc0ReftopVbgadj
Source§fn clone(&self) -> Misc0ReftopVbgadj
fn clone(&self) -> Misc0ReftopVbgadj
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 Misc0ReftopVbgadj
impl Debug for Misc0ReftopVbgadj
Source§impl From<Misc0ReftopVbgadj> for u8
impl From<Misc0ReftopVbgadj> for u8
Source§fn from(val: Misc0ReftopVbgadj) -> u8
fn from(val: Misc0ReftopVbgadj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0ReftopVbgadj
impl From<u8> for Misc0ReftopVbgadj
Source§fn from(val: u8) -> Misc0ReftopVbgadj
fn from(val: u8) -> Misc0ReftopVbgadj
Converts to this type from the input type.
Source§impl Ord for Misc0ReftopVbgadj
impl Ord for Misc0ReftopVbgadj
Source§fn cmp(&self, other: &Misc0ReftopVbgadj) -> Ordering
fn cmp(&self, other: &Misc0ReftopVbgadj) -> 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 Misc0ReftopVbgadj
impl PartialEq for Misc0ReftopVbgadj
Source§impl PartialOrd for Misc0ReftopVbgadj
impl PartialOrd for Misc0ReftopVbgadj
impl Copy for Misc0ReftopVbgadj
impl Eq for Misc0ReftopVbgadj
impl StructuralPartialEq for Misc0ReftopVbgadj
Auto Trait Implementations§
impl Freeze for Misc0ReftopVbgadj
impl RefUnwindSafe for Misc0ReftopVbgadj
impl Send for Misc0ReftopVbgadj
impl Sync for Misc0ReftopVbgadj
impl Unpin for Misc0ReftopVbgadj
impl UnwindSafe for Misc0ReftopVbgadj
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