Struct jxl_vardct::HfPass
source · pub struct HfPass { /* private fields */ }
Expand description
HF coefficient decoder configuration.
Includes distribution for the entropy decoder and the order of HF coefficients. This struct is passed as a parameter when decoding HF coefficients.
Trait Implementations§
source§impl Bundle<HfPassParams<'_>> for HfPass
impl Bundle<HfPassParams<'_>> for HfPass
Auto Trait Implementations§
impl Freeze for HfPass
impl RefUnwindSafe for HfPass
impl Send for HfPass
impl Sync for HfPass
impl Unpin for HfPass
impl UnwindSafe for HfPass
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