pub type Segment = Segment<Crc32fast>;
pub struct Segment { pub offset: u64, pub size: u64, /* private fields */ }
offset: u64
Starting position of the segment in bytes
size: u64
Length of the segment in bytes