pub struct Reader {Show 15 fields
pub no_flag_in_buffer: bool,
pub map: Vec<Pointer>,
pub build_map: bool,
pub to_find: Vec<Vec<u8>>,
pub find_values: bool,
pub get_values_controll: bool,
pub values: Vec<(Vec<u8>, Vec<u8>)>,
pub map_cursor: usize,
pub buffer_cursor: usize,
pub buffer: Vec<u8>,
pub func: ReaderFunc,
pub flag: (bool, usize, usize),
pub key: (bool, u8, u64, (usize, usize), Vec<u8>),
pub value: (bool, u8, u64, (usize, usize)),
pub end: (bool, usize, usize),
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.