pub struct DecodePlan { /* private fields */ }Expand description
A prepared decode: the survivor selection, inverted submatrix (composed
into per-target coefficient rows), and expanded tables for ONE loss
pattern — reusable across every stripe sharing that pattern. Built by
Coder::decode_plan, consumed by Coder::recover_with.
Trait Implementations§
Source§impl Clone for DecodePlan
impl Clone for DecodePlan
Source§fn clone(&self) -> DecodePlan
fn clone(&self) -> DecodePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DecodePlan
impl RefUnwindSafe for DecodePlan
impl Send for DecodePlan
impl Sync for DecodePlan
impl Unpin for DecodePlan
impl UnsafeUnpin for DecodePlan
impl UnwindSafe for DecodePlan
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