Searched refs:BitErrorValue (Results 1 – 3 of 3) sorted by relevance
| /xiu/library/bytesio/src/ |
| H A D | bits_errors.rs | 7 pub enum BitErrorValue { enum 21 pub value: BitErrorValue, 24 impl From<BitErrorValue> for BitError { 25 fn from(val: BitErrorValue) -> Self { in from() 33 value: BitErrorValue::BytesReadError(error), in from() 41 value: BitErrorValue::BytesWriteError(error), in from()
|
| H A D | bits_writer.rs | 3 bits_errors::{BitError, BitErrorValue}, 45 value: BitErrorValue::CannotWrite8Bit, in write_8bit() 69 value: BitErrorValue::TooBig, in write_n_bits()
|
| H A D | bits_reader.rs | 2 super::bits_errors::{BitError, BitErrorValue}, 37 value: BitErrorValue::CannotReadByte, in read_byte()
|