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.
Unchanged
The value was not changed.
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