Struct range_encoding::Segment [−][src]
Fields
low: u32
First value part of the segment.
next: u32
First value >= low not part of the segment.
Trait Implementations
impl Clone for Segment[src]
impl Clone for Segmentfn clone(&self) -> Segment[src]
fn clone(&self) -> SegmentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Segment[src]
impl Copy for Segment