pub struct SegmentChunk {
pub start: u64,
pub end: u64,
}
Fields§
§start: u64
§end: u64
Trait Implementations§
Source§impl Clone for SegmentChunk
impl Clone for SegmentChunk
Source§fn clone(&self) -> SegmentChunk
fn clone(&self) -> SegmentChunk
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SegmentChunk
impl Debug for SegmentChunk
Source§impl PartialEq for SegmentChunk
impl PartialEq for SegmentChunk
impl StructuralPartialEq for SegmentChunk
Auto Trait Implementations§
impl Freeze for SegmentChunk
impl RefUnwindSafe for SegmentChunk
impl Send for SegmentChunk
impl Sync for SegmentChunk
impl Unpin for SegmentChunk
impl UnwindSafe for SegmentChunk
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