[−][src]Struct brotli::enc::backward_references::hq::ZopfliCostModel
Fields
cost_cmd_: [floatX; 704]
cost_dist_: AllocF::AllocatedMemory
distance_histogram_size: u32
literal_costs_: AllocF::AllocatedMemory
min_cost_cmd_: floatX
num_bytes_: usize
Auto Trait Implementations
impl<AllocF> RefUnwindSafe for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: RefUnwindSafe,
<AllocF as Allocator<f32>>::AllocatedMemory: RefUnwindSafe,
impl<AllocF> Send for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Send,
<AllocF as Allocator<f32>>::AllocatedMemory: Send,
impl<AllocF> Sync for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Sync,
<AllocF as Allocator<f32>>::AllocatedMemory: Sync,
impl<AllocF> Unpin for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Unpin,
<AllocF as Allocator<f32>>::AllocatedMemory: Unpin,
impl<AllocF> UnwindSafe for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: UnwindSafe,
<AllocF as Allocator<f32>>::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>,