Struct bit_manager::data::BitMask [] [src]

pub struct BitMask { /* fields omitted */ }

A struct that allows the reading and writing of non-bit-length numbers

Methods

impl BitMask
[src]

[src]

Creates a mask with the given number of bits.

[src]

Creates a mask with the given number of bytes.

Trait Implementations

impl Debug for BitMask
[src]

[src]

Formats the value using the given formatter.

impl BitStore for BitMask
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.

impl BitConvert<u64> for BitMask
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.

impl BitConvert<u32> for BitMask
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.

impl BitConvert<u16> for BitMask
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.

impl BitConvert<u8> for BitMask
[src]

[src]

Reads a value from the given reader.

[src]

Writes this value to the given writer.