Skip to main content

Segment

Type Alias Segment 

Source
pub type Segment = Segment<Crc32fast>;

Aliased Type§

pub struct Segment {
    pub offset: u64,
    pub size: u64,
    /* private fields */
}

Fields§

§offset: u64

Starting position of the segment in bytes

§size: u64

Length of the segment in bytes