pub struct BlobMeta {
pub chunk_meta: ChunkMeta,
pub blob_offset: u64,
pub blob_size: u64,
}Expand description
Blob position written to the .znippy file; paired with ChunkMeta for the Arrow index.
Fields§
§chunk_meta: ChunkMeta§blob_offset: u64§blob_size: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlobMeta
impl RefUnwindSafe for BlobMeta
impl Send for BlobMeta
impl Sync for BlobMeta
impl Unpin for BlobMeta
impl UnsafeUnpin for BlobMeta
impl UnwindSafe for BlobMeta
Blanket Implementations§
impl<T> Allocation for T
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