pub enum RefintInput {
VRefintM14 = 0,
VRefintM12 = 1,
VRefintM34 = 2,
VRefint = 3,
}
Variants§
VRefintM14 = 0
VRefint * 1/4
VRefintM12 = 1
VRefint * 1/2
VRefintM34 = 2
VRefint * 3/4
VRefint = 3
VRefint
Trait Implementations§
Source§impl Clone for RefintInput
impl Clone for RefintInput
Source§fn clone(&self) -> RefintInput
fn clone(&self) -> RefintInput
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl NegativeInput<COMP1> for RefintInput
impl NegativeInput<COMP1> for RefintInput
Source§impl NegativeInput<COMP2> for RefintInput
impl NegativeInput<COMP2> for RefintInput
Source§impl PartialEq for RefintInput
impl PartialEq for RefintInput
impl Copy for RefintInput
impl Eq for RefintInput
impl StructuralPartialEq for RefintInput
Auto Trait Implementations§
impl Freeze for RefintInput
impl RefUnwindSafe for RefintInput
impl Send for RefintInput
impl Sync for RefintInput
impl Unpin for RefintInput
impl UnwindSafe for RefintInput
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