pub struct SegmentRef {
pub start: usize,
pub block_count: usize,
}Expand description
One or more successive blocks found in the common data.
Fields§
§start: usizeStart of segment with a length of Self::block_count*Signature::block_size.
block_count: usizeThe number of blocks this segment references.