Struct better_blockmap::ChunkerOptions
source · [−]pub struct ChunkerOptions {
pub window_size: usize,
pub min_chunk: usize,
pub avg_chunk: usize,
pub max_chunk: usize,
pub detect_zip_boundary: bool,
}
Fields
window_size: usize
min_chunk: usize
avg_chunk: usize
max_chunk: usize
detect_zip_boundary: bool
Trait Implementations
sourceimpl Debug for ChunkerOptions
impl Debug for ChunkerOptions
Auto Trait Implementations
impl RefUnwindSafe for ChunkerOptions
impl Send for ChunkerOptions
impl Sync for ChunkerOptions
impl Unpin for ChunkerOptions
impl UnwindSafe for ChunkerOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more