#[repr(usize)]pub enum JumpStackExtTableColumn {
RunningProductPermArg = 0,
ClockJumpDifferenceLookupClientLogDerivative = 1,
}Variants§
RunningProductPermArg = 0
ClockJumpDifferenceLookupClientLogDerivative = 1
The (running sum of the) logarithmic derivative for the clock jump difference Lookup Argument with the Processor Table.
Trait Implementations§
source§impl Clone for JumpStackExtTableColumn
impl Clone for JumpStackExtTableColumn
source§fn clone(&self) -> JumpStackExtTableColumn
fn clone(&self) -> JumpStackExtTableColumn
Returns a copy 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 JumpStackExtTableColumn
impl Debug for JumpStackExtTableColumn
source§impl Display for JumpStackExtTableColumn
impl Display for JumpStackExtTableColumn
source§impl Hash for JumpStackExtTableColumn
impl Hash for JumpStackExtTableColumn
source§impl MasterExtTableColumn for JumpStackExtTableColumn
impl MasterExtTableColumn for JumpStackExtTableColumn
source§fn ext_table_index(&self) -> usize
fn ext_table_index(&self) -> usize
The index of the column in the “local” extension table, i.e., not the master extension
table.
source§fn master_ext_table_index(&self) -> usize
fn master_ext_table_index(&self) -> usize
The index of the column in the master extension table.
source§impl PartialEq for JumpStackExtTableColumn
impl PartialEq for JumpStackExtTableColumn
source§fn eq(&self, other: &JumpStackExtTableColumn) -> bool
fn eq(&self, other: &JumpStackExtTableColumn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for JumpStackExtTableColumn
impl Eq for JumpStackExtTableColumn
impl StructuralPartialEq for JumpStackExtTableColumn
Auto Trait Implementations§
impl Freeze for JumpStackExtTableColumn
impl RefUnwindSafe for JumpStackExtTableColumn
impl Send for JumpStackExtTableColumn
impl Sync for JumpStackExtTableColumn
impl Unpin for JumpStackExtTableColumn
impl UnwindSafe for JumpStackExtTableColumn
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more