Type Alias IsEqualAuxCols

Source
pub type IsEqualAuxCols<T> = IsZeroAuxCols<T>;

Aliased Type§

struct IsEqualAuxCols<T> {
    pub inv: T,
}

Fields§

§inv: T

Implementations

Source§

impl<T> IsZeroAuxCols<T>

Source

pub fn new(inv: T) -> Self

Constructs a new IsZeroAuxCols.

Source§

impl<T> IsZeroAuxCols<T>

Source

pub const fn width() -> usize

Trait Implementations

Source§

impl<T: Clone> Clone for IsZeroAuxCols<T>

Source§

fn clone(&self) -> IsZeroAuxCols<T>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Debug> Debug for IsZeroAuxCols<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Copy> Copy for IsZeroAuxCols<T>