pub struct ReadInterval {
pub start: u64,
pub end: u64,
}Expand description
Interval for reading a byte range.
Fields§
§start: u64§end: u64Trait Implementations§
Source§impl Clone for ReadInterval
impl Clone for ReadInterval
Source§fn clone(&self) -> ReadInterval
fn clone(&self) -> ReadInterval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadInterval
impl Debug for ReadInterval
impl Copy for ReadInterval
Auto Trait Implementations§
impl Freeze for ReadInterval
impl RefUnwindSafe for ReadInterval
impl Send for ReadInterval
impl Sync for ReadInterval
impl Unpin for ReadInterval
impl UnwindSafe for ReadInterval
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more