pub struct DeflateChunkedBufferOutput<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> DeflateOutput for DeflateChunkedBufferOutput<'a>
impl<'a> DeflateOutput for DeflateChunkedBufferOutput<'a>
fn has_writable_length(&mut self, length: usize) -> bool
fn flush_ensure_length(&mut self, length: usize) -> bool
fn get_output_ptr(&mut self) -> *mut u8
unsafe fn set_output_ptr(&mut self, ptr: *mut u8)
fn final_flush(&mut self) -> Result<OutStreamResult, ()>
const MAX_LOOK_BACK: usize = 32_768usize
const OVERWRITE_MAX: usize = 16usize
Auto Trait Implementations§
impl<'a> Freeze for DeflateChunkedBufferOutput<'a>
impl<'a> !RefUnwindSafe for DeflateChunkedBufferOutput<'a>
impl<'a> !Send for DeflateChunkedBufferOutput<'a>
impl<'a> !Sync for DeflateChunkedBufferOutput<'a>
impl<'a> Unpin for DeflateChunkedBufferOutput<'a>
impl<'a> !UnwindSafe for DeflateChunkedBufferOutput<'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