Enum bip_util::sha::BitRep [] [src]

pub enum BitRep {
    Set,
    Unset,
}

Representation of a bit.

Variants

Bit is set (1).

Bit is not set (0).

Trait Implementations

impl Copy for BitRep
[src]

impl Clone for BitRep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BitRep
[src]

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

This method tests for !=.

impl Eq for BitRep
[src]

impl Hash for BitRep
[src]

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

Feeds a slice of this type into the state provided.

impl Debug for BitRep
[src]

Formats the value using the given formatter.

impl PartialEq<XorRep> for BitRep
[src]

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

This method tests for !=.