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