#[repr(u32)]pub enum Jbig2Options {
JBIG2_OPTIONS_DEFAULT = 0,
JBIG2_OPTIONS_EMBEDDED = 1,
}Variants§
Trait Implementations§
Source§impl Clone for Jbig2Options
impl Clone for Jbig2Options
Source§fn clone(&self) -> Jbig2Options
fn clone(&self) -> Jbig2Options
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Jbig2Options
impl Debug for Jbig2Options
Source§impl Hash for Jbig2Options
impl Hash for Jbig2Options
Source§impl PartialEq for Jbig2Options
impl PartialEq for Jbig2Options
impl Copy for Jbig2Options
impl Eq for Jbig2Options
impl StructuralPartialEq for Jbig2Options
Auto Trait Implementations§
impl Freeze for Jbig2Options
impl RefUnwindSafe for Jbig2Options
impl Send for Jbig2Options
impl Sync for Jbig2Options
impl Unpin for Jbig2Options
impl UnsafeUnpin for Jbig2Options
impl UnwindSafe for Jbig2Options
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