Struct range_encoding::Segment[][src]

pub struct Segment {
    pub low: u32,
    pub next: u32,
}

Fields

First value part of the segment.

First value >= low not part of the segment.

Trait Implementations

impl Clone for Segment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Segment
[src]

Auto Trait Implementations

impl Send for Segment

impl Sync for Segment