pub struct CharImage { /* private fields */ }Expand description
A pre-filled character image for fast text extraction.
Built at init time by cycling through a character set to fill a
buffer. At cycle time, a hash-based offset extracts a substring.
This is the Rust equivalent of nosqlbench’s CharBufImage.
Implementations§
Auto Trait Implementations§
impl Freeze for CharImage
impl RefUnwindSafe for CharImage
impl Send for CharImage
impl Sync for CharImage
impl Unpin for CharImage
impl UnsafeUnpin for CharImage
impl UnwindSafe for CharImage
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