Enum triton_vm::table::table_column::U32ExtTableColumn
source · #[repr(usize)]pub enum U32ExtTableColumn {
LookupServerLogDerivative = 0,
}Variants§
LookupServerLogDerivative = 0
The (running sum of the) logarithmic derivative for the Lookup Argument with the Processor Table.
Trait Implementations§
source§impl Clone for U32ExtTableColumn
impl Clone for U32ExtTableColumn
source§fn clone(&self) -> U32ExtTableColumn
fn clone(&self) -> U32ExtTableColumn
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 U32ExtTableColumn
impl Debug for U32ExtTableColumn
source§impl Display for U32ExtTableColumn
impl Display for U32ExtTableColumn
source§impl Hash for U32ExtTableColumn
impl Hash for U32ExtTableColumn
source§impl IntoEnumIterator for U32ExtTableColumn
impl IntoEnumIterator for U32ExtTableColumn
type Iterator = U32ExtTableColumnIter
fn iter() -> U32ExtTableColumnIter ⓘ
source§impl MasterExtTableColumn for U32ExtTableColumn
impl MasterExtTableColumn for U32ExtTableColumn
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 U32ExtTableColumn
impl PartialEq for U32ExtTableColumn
source§fn eq(&self, other: &U32ExtTableColumn) -> bool
fn eq(&self, other: &U32ExtTableColumn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for U32ExtTableColumn
impl Eq for U32ExtTableColumn
impl StructuralPartialEq for U32ExtTableColumn
Auto Trait Implementations§
impl Freeze for U32ExtTableColumn
impl RefUnwindSafe for U32ExtTableColumn
impl Send for U32ExtTableColumn
impl Sync for U32ExtTableColumn
impl Unpin for U32ExtTableColumn
impl UnwindSafe for U32ExtTableColumn
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