Struct binary_reader::BinaryReader [−][src]
pub struct BinaryReader {
pub data: Vec<u8>,
pub pos: usize,
pub length: usize,
pub endian: Endian,
}Fields
data: Vec<u8>pos: usizelength: usizeendian: Endianpub struct BinaryReader {
pub data: Vec<u8>,
pub pos: usize,
pub length: usize,
pub endian: Endian,
}data: Vec<u8>pos: usizelength: usizeendian: Endian