Struct range_reader::RangeOutput [−][src]
Expand description
A range of bytes with a known starting position.
Fields
start: u64the start
data: Vec<u8>the data
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RangeOutput
impl Send for RangeOutput
impl Sync for RangeOutput
impl Unpin for RangeOutput
impl UnwindSafe for RangeOutput
Blanket Implementations
Mutably borrows from an owned value. Read more