BRead

Trait BRead 

Source
pub trait BRead {
    // Required methods
    fn bit(&self) -> bool;
    fn bit_is_clear(&self) -> bool;
    fn bit_is_set(&self) -> bool;
}
Expand description

BitReader methods as a trait.

Required Methods§

Source

fn bit(&self) -> bool

Source

fn bit_is_clear(&self) -> bool

Source

fn bit_is_set(&self) -> bool

Implementations on Foreign Types§

Source§

impl BRead for BitReader

Source§

fn bit(&self) -> bool

Source§

fn bit_is_clear(&self) -> bool

Source§

fn bit_is_set(&self) -> bool

Implementors§