Struct lance_encoding::encodings::physical::FileBuffers
source · pub struct FileBuffers<'a> {
pub positions: &'a Vec<u64>,
}Expand description
These contain the file buffers shared across the entire file
Fields§
§positions: &'a Vec<u64>Trait Implementations§
source§impl<'a> Clone for FileBuffers<'a>
impl<'a> Clone for FileBuffers<'a>
source§fn clone(&self) -> FileBuffers<'a>
fn clone(&self) -> FileBuffers<'a>
Returns a copy 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<'a> Debug for FileBuffers<'a>
impl<'a> Debug for FileBuffers<'a>
impl<'a> Copy for FileBuffers<'a>
Auto Trait Implementations§
impl<'a> Freeze for FileBuffers<'a>
impl<'a> RefUnwindSafe for FileBuffers<'a>
impl<'a> Send for FileBuffers<'a>
impl<'a> Sync for FileBuffers<'a>
impl<'a> Unpin for FileBuffers<'a>
impl<'a> UnwindSafe for FileBuffers<'a>
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