Enum sparse_bitfield::Change
[−]
[src]
pub enum Change { Changed, Unchanged, }
Determine wether the bitfield.set()
method changed the underlying value.
Variants
Changed
The value was changed. Equal to true
in mafintosh/sparse-bitfield
.
Unchanged
The value was not changed. Equal to false
in
mafintosh/sparse-bitfield
.
Trait Implementations
impl Debug for Change
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more