Struct jxl_vardct::Quantizer
source · pub struct Quantizer {
pub global_scale: u32,
pub quant_lf: u32,
}
Expand description
Global quantizer multipliers.
Fields§
§global_scale: u32
§quant_lf: u32
Trait Implementations§
source§impl<Ctx: Copy> BundleDefault<Ctx> for Quantizer
impl<Ctx: Copy> BundleDefault<Ctx> for Quantizer
source§fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
Creates a default value with the given context.
Auto Trait Implementations§
impl Freeze for Quantizer
impl RefUnwindSafe for Quantizer
impl Send for Quantizer
impl Sync for Quantizer
impl Unpin for Quantizer
impl UnwindSafe for Quantizer
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