Enum sparse_bitfield::Change [] [src]

pub enum Change {
    Changed,
    Unchanged,
}

Determine wether the bitfield.set() method changed the underlying value.

Variants

The value was changed.

The value was not changed.

Trait Implementations

impl Debug for Change
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Change
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Change

impl Sync for Change