[−][src]Struct brotli::enc::encode::BrotliEncoderStateStruct
Fields
params: BrotliEncoderParamsm8: Allochasher_: UnionHasher<Alloc>input_pos_: u64ringbuffer_: RingBuffer<Alloc>cmd_alloc_size_: usizecommands_: <Alloc as Allocator<Command>>::AllocatedMemorynum_commands_: usizenum_literals_: usizelast_insert_len_: usizelast_flush_pos_: u64last_processed_pos_: u64dist_cache_: [i32; 16]saved_dist_cache_: [i32; 4]last_bytes_: u16last_bytes_bits_: u8prev_byte_: u8prev_byte2_: u8storage_size_: usizestorage_: <Alloc as Allocator<u8>>::AllocatedMemorysmall_table_: [i32; 1024]large_table_: <Alloc as Allocator<i32>>::AllocatedMemorycmd_depths_: [u8; 128]cmd_bits_: [u16; 128]cmd_code_: [u8; 512]cmd_code_numbits_: usizecommand_buf_: <Alloc as Allocator<u32>>::AllocatedMemoryliteral_buf_: <Alloc as Allocator<u8>>::AllocatedMemoryavailable_out_: usizetotal_out_: u64tiny_buf_: [u8; 16]remaining_metadata_bytes_: u32stream_state_: BrotliEncoderStreamStateis_last_block_emitted_: boolis_initialized_: boolis_first_mb: IsFirstliteral_scratch_space: <HistogramLiteral as CostAccessors>::i32veccommand_scratch_space: <HistogramCommand as CostAccessors>::i32vecdistance_scratch_space: <HistogramDistance as CostAccessors>::i32vecrecoder_state: RecoderStateAuto Trait Implementations
impl<Alloc> RefUnwindSafe for BrotliEncoderStateStruct<Alloc> where
Alloc: RefUnwindSafe,
<Alloc as Allocator<i32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<Command>>::AllocatedMemory: RefUnwindSafe,
Alloc: RefUnwindSafe,
<Alloc as Allocator<i32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<Command>>::AllocatedMemory: RefUnwindSafe,
impl<Alloc> Send for BrotliEncoderStateStruct<Alloc> where
Alloc: Send,
<Alloc as Allocator<i32>>::AllocatedMemory: Send,
<Alloc as Allocator<u16>>::AllocatedMemory: Send,
<Alloc as Allocator<u32>>::AllocatedMemory: Send,
<Alloc as Allocator<u8>>::AllocatedMemory: Send,
<Alloc as Allocator<Command>>::AllocatedMemory: Send,
Alloc: Send,
<Alloc as Allocator<i32>>::AllocatedMemory: Send,
<Alloc as Allocator<u16>>::AllocatedMemory: Send,
<Alloc as Allocator<u32>>::AllocatedMemory: Send,
<Alloc as Allocator<u8>>::AllocatedMemory: Send,
<Alloc as Allocator<Command>>::AllocatedMemory: Send,
impl<Alloc> Sync for BrotliEncoderStateStruct<Alloc> where
Alloc: Sync,
<Alloc as Allocator<i32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u16>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
<Alloc as Allocator<Command>>::AllocatedMemory: Sync,
Alloc: Sync,
<Alloc as Allocator<i32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u16>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
<Alloc as Allocator<Command>>::AllocatedMemory: Sync,
impl<Alloc> Unpin for BrotliEncoderStateStruct<Alloc> where
Alloc: Unpin,
<Alloc as Allocator<i32>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u16>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u32>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u8>>::AllocatedMemory: Unpin,
<Alloc as Allocator<Command>>::AllocatedMemory: Unpin,
Alloc: Unpin,
<Alloc as Allocator<i32>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u16>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u32>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u8>>::AllocatedMemory: Unpin,
<Alloc as Allocator<Command>>::AllocatedMemory: Unpin,
impl<Alloc> UnwindSafe for BrotliEncoderStateStruct<Alloc> where
Alloc: UnwindSafe,
<Alloc as Allocator<i32>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<Command>>::AllocatedMemory: UnwindSafe,
Alloc: UnwindSafe,
<Alloc as Allocator<i32>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<Command>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,