pub struct CompressorOptions {
pub block_size: u16,
}
Fields§
§block_size: u16
Trait Implementations§
Source§impl Default for CompressorOptions
impl Default for CompressorOptions
Source§fn default() -> CompressorOptions
fn default() -> CompressorOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompressorOptions
impl RefUnwindSafe for CompressorOptions
impl Send for CompressorOptions
impl Sync for CompressorOptions
impl Unpin for CompressorOptions
impl UnwindSafe for CompressorOptions
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