Struct p25::bits::Hexbit [] [src]

pub struct Hexbit(_);

Six bits.

Methods

impl Hexbit
[src]

[src]

Construct a new Hexbit with the 6 given bits in the LSB position.

[src]

Get the wrapped hexbit, which is guaranteed to have only 6 LSBs.

Trait Implementations

impl Copy for Hexbit
[src]

impl Clone for Hexbit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Hexbit
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Hexbit
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Hexbit
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Hexbit
[src]