pub struct Options {
pub block_size: usize,
pub buffer_size: usize,
pub pad_size: usize,
pub magic: u64,
}Fields§
§block_size: usizeDefault: 4kb (4096 bytes)
buffer_size: usizeDefault: 1mb (1048576 bytes)
pad_size: usizeDefault: 8b (8 bytes)
magic: u64Default: 0x3405_0d23_e85c_9e3a (a random value, really)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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