Struct brotli::enc::backward_references::hq::ZopfliCostModel
source · [−]pub struct ZopfliCostModel<AllocF: Allocator<floatX>> {
pub cost_cmd_: [floatX; 704],
pub cost_dist_: AllocF::AllocatedMemory,
pub distance_histogram_size: u32,
pub literal_costs_: AllocF::AllocatedMemory,
pub min_cost_cmd_: floatX,
pub num_bytes_: usize,
}Fields
cost_cmd_: [floatX; 704]cost_dist_: AllocF::AllocatedMemorydistance_histogram_size: u32literal_costs_: AllocF::AllocatedMemorymin_cost_cmd_: floatXnum_bytes_: usizeAuto Trait Implementations
impl<AllocF> RefUnwindSafe for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: RefUnwindSafe,
impl<AllocF> Send for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Send,
impl<AllocF> Sync for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Sync,
impl<AllocF> Unpin for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: Unpin,
impl<AllocF> UnwindSafe for ZopfliCostModel<AllocF> where
<AllocF as Allocator<f32>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more