#[repr(usize)]pub enum OpStackExtTableColumn {
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 OpStackExtTableColumn
impl Clone for OpStackExtTableColumn
source§fn clone(&self) -> OpStackExtTableColumn
fn clone(&self) -> OpStackExtTableColumn
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 OpStackExtTableColumn
impl Debug for OpStackExtTableColumn
source§impl Display for OpStackExtTableColumn
impl Display for OpStackExtTableColumn
source§impl Hash for OpStackExtTableColumn
impl Hash for OpStackExtTableColumn
source§impl IntoEnumIterator for OpStackExtTableColumn
impl IntoEnumIterator for OpStackExtTableColumn
type Iterator = OpStackExtTableColumnIter
fn iter() -> OpStackExtTableColumnIter ⓘ
source§impl MasterExtTableColumn for OpStackExtTableColumn
impl MasterExtTableColumn for OpStackExtTableColumn
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 OpStackExtTableColumn
impl PartialEq for OpStackExtTableColumn
source§fn eq(&self, other: &OpStackExtTableColumn) -> bool
fn eq(&self, other: &OpStackExtTableColumn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for OpStackExtTableColumn
impl Eq for OpStackExtTableColumn
impl StructuralPartialEq for OpStackExtTableColumn
Auto Trait Implementations§
impl Freeze for OpStackExtTableColumn
impl RefUnwindSafe for OpStackExtTableColumn
impl Send for OpStackExtTableColumn
impl Sync for OpStackExtTableColumn
impl Unpin for OpStackExtTableColumn
impl UnwindSafe for OpStackExtTableColumn
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