pub enum JxlProgressiveMode {
Eager,
Pass,
FullFrame,
}Variants§
Eager
Renders all pixels in every call to Process.
Pass
Renders pixels once passes are completed.
FullFrame
Renders pixels only once the final frame is ready.
Auto Trait Implementations§
impl Freeze for JxlProgressiveMode
impl RefUnwindSafe for JxlProgressiveMode
impl Send for JxlProgressiveMode
impl Sync for JxlProgressiveMode
impl Unpin for JxlProgressiveMode
impl UnsafeUnpin for JxlProgressiveMode
impl UnwindSafe for JxlProgressiveMode
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