Struct adder_codec_core::codec::compressed::fenwick::Weights
source · pub struct Weights { /* private fields */ }
Expand description
A wrapper around a vector of fenwick counts, with one additional weight for EOF.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Weights
impl Send for Weights
impl Sync for Weights
impl Unpin for Weights
impl UnwindSafe for Weights
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