BitU8

Type Alias BitU8 

Source
pub type BitU8<const N: u32> = BitUint<u8, N>;
Expand description

A specialized BitUint type whose the underlying type is restricted to u8.

The largest size of N is equal to u8::BITS.

Aliased Typeยง

pub struct BitU8<const N: u32>(/* private fields */);