pub type TimeSegment = Segment<TimeOffset>;
Expand description

Alias

Aliased Type§

struct TimeSegment {
    pub power: u8,
    pub offset: TimeOffset,
}

Fields§

§power: u8

The exponent, where length = 2^power

§offset: TimeOffset

The offset from the origin, measured in number of lengths