pub struct StreamReadColdIndexSegment {
pub generation: u64,
pub page_id: u64,
pub read_start_offset: u64,
pub len: usize,
}Fields§
§generation: u64§page_id: u64§read_start_offset: u64§len: usizeTrait Implementations§
Source§impl Clone for StreamReadColdIndexSegment
impl Clone for StreamReadColdIndexSegment
Source§fn clone(&self) -> StreamReadColdIndexSegment
fn clone(&self) -> StreamReadColdIndexSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamReadColdIndexSegment
impl Debug for StreamReadColdIndexSegment
impl Eq for StreamReadColdIndexSegment
impl StructuralPartialEq for StreamReadColdIndexSegment
Auto Trait Implementations§
impl Freeze for StreamReadColdIndexSegment
impl RefUnwindSafe for StreamReadColdIndexSegment
impl Send for StreamReadColdIndexSegment
impl Sync for StreamReadColdIndexSegment
impl Unpin for StreamReadColdIndexSegment
impl UnsafeUnpin for StreamReadColdIndexSegment
impl UnwindSafe for StreamReadColdIndexSegment
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