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