pub struct LfCoeff<S: Sample> {
pub extra_precision: u8,
pub lf_quant: Modular<S>,
pub partial: bool,
}
Expand description
Quantized LF image.
Fields§
§extra_precision: u8
§lf_quant: Modular<S>
§partial: bool
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for LfCoeff<S>
impl<S> RefUnwindSafe for LfCoeff<S>where
S: RefUnwindSafe,
impl<S> Send for LfCoeff<S>
impl<S> Sync for LfCoeff<S>
impl<S> Unpin for LfCoeff<S>where
S: Unpin,
impl<S> UnwindSafe for LfCoeff<S>where
S: UnwindSafe,
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