Enum jxl_bitstream::Lz77Mode
source · pub enum Lz77Mode {
Auto,
Standard,
Legacy,
}Variants§
Trait Implementations§
source§impl PartialEq for Lz77Mode
impl PartialEq for Lz77Mode
impl Copy for Lz77Mode
impl Eq for Lz77Mode
impl StructuralPartialEq for Lz77Mode
Auto Trait Implementations§
impl RefUnwindSafe for Lz77Mode
impl Send for Lz77Mode
impl Sync for Lz77Mode
impl Unpin for Lz77Mode
impl UnwindSafe for Lz77Mode
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
source§impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.