pub struct Jxl {
pub effort: u8,
}Expand description
JPEG XL via vendored libjxl, in process.
Fields§
§effort: u81-10, mapped to libjxl’s speed tiers. See the module note on non-monotonicity before changing this.
Trait Implementations§
Source§impl Codec for Jxl
impl Codec for Jxl
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Short stable identifier recorded in the archive manifest, so a future version
knows which backend produced a payload.
Auto Trait Implementations§
impl Freeze for Jxl
impl RefUnwindSafe for Jxl
impl Send for Jxl
impl Sync for Jxl
impl Unpin for Jxl
impl UnsafeUnpin for Jxl
impl UnwindSafe for Jxl
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