Struct gzb_binary_69::reader::Reader[][src]

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),
}

Fields

no_flag_in_buffer: boolmap: Vec<Pointer>build_map: boolto_find: Vec<Vec<u8>>find_values: boolget_values_controll: boolvalues: Vec<(Vec<u8>, Vec<u8>)>map_cursor: usizebuffer_cursor: usizebuffer: Vec<u8>func: ReaderFuncflag: (bool, usize, usize)key: (bool, u8, u64, (usize, usize), Vec<u8>)value: (bool, u8, u64, (usize, usize))end: (bool, usize, usize)

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.