[−][src]Trait bitstream_reader::BitSize
Trait to get the number of bits needed to read types that can be read from a stream without requiring the size to be configured.
Trait to get the number of bits needed to read types that can be read from a stream without requiring the size to be configured.
impl BitSize for u8[src]impl BitSize for u16[src]impl BitSize for u32[src]impl BitSize for u64[src]impl BitSize for u128[src]impl BitSize for i8[src]impl BitSize for i16[src]impl BitSize for i32[src]impl BitSize for i64[src]impl BitSize for i128[src]impl BitSize for NonZeroU8[src]impl BitSize for NonZeroU16[src]impl BitSize for NonZeroU32[src]impl BitSize for NonZeroU64[src]impl BitSize for NonZeroU128[src]impl BitSize for f32[src]impl BitSize for f64[src]impl BitSize for bool[src]impl<T: BitSize> BitSize for Option<T>[src]impl<T: BitRead<E> + BitSize, E: Endianness> BitSize for LazyBitRead<T, E>[src]