pub struct SeekEntry {
pub id: u32,
pub position: u64,
}Expand description
One Segment\SeekHead\Seek entry.
Fields§
§id: u32The referenced element’s raw ID (same representation as crate::vint::decode_id).
position: u64Byte offset from Segment’s data start.
Trait Implementations§
impl Copy for SeekEntry
impl Eq for SeekEntry
impl StructuralPartialEq for SeekEntry
Auto Trait Implementations§
impl Freeze for SeekEntry
impl RefUnwindSafe for SeekEntry
impl Send for SeekEntry
impl Sync for SeekEntry
impl Unpin for SeekEntry
impl UnsafeUnpin for SeekEntry
impl UnwindSafe for SeekEntry
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