Struct adapton::adapton_sigs::Cnt [] [src]

pub struct Cnt {
    pub dirty: usize,
    pub eval: usize,
    pub change_prop: usize,
}

Fields

dirty: usize eval: usize change_prop: usize

Trait Implementations

impl Clone for Cnt
[src]

fn clone(&self) -> Cnt

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Eq for Cnt
[src]

impl PartialEq for Cnt
[src]

fn eq(&self, __arg_0: &Cnt) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Cnt) -> bool

This method tests for !=.

impl Hash for Cnt
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Debug for Cnt
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Sub for Cnt
[src]

type Output = Cnt

The resulting type after applying the - operator

fn sub(self, rhs: Self) -> Self::Output

The method for the - operator

impl Add for Cnt
[src]

type Output = Cnt

The resulting type after applying the + operator

fn add(self, rhs: Self) -> Self::Output

The method for the + operator

impl<'a> Add for &'a Cnt
[src]

type Output = Cnt

The resulting type after applying the + operator

fn add(self, rhs: Self) -> Self::Output

The method for the + operator

impl Zero for Cnt
[src]

fn zero() -> Self

Deprecated since 1.11.0

: no longer used for Iterator::sum

Unstable (zero_one)

: no longer used for Iterator::sum

The "zero" (usually, additive identity) for this type.