Struct sndjvu_format::Iw44Version
source · pub struct Iw44Version { /* private fields */ }
Expand description
Version information associated with the BG44
, FG44
, and TH44
chunks.
Implementations§
source§impl Iw44Version
impl Iw44Version
Trait Implementations§
source§impl Clone for Iw44Version
impl Clone for Iw44Version
source§fn clone(&self) -> Iw44Version
fn clone(&self) -> Iw44Version
Returns a copy 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 Iw44Version
impl Debug for Iw44Version
source§impl Display for Iw44Version
impl Display for Iw44Version
source§impl Ord for Iw44Version
impl Ord for Iw44Version
source§fn cmp(&self, other: &Iw44Version) -> Ordering
fn cmp(&self, other: &Iw44Version) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Iw44Version
impl PartialEq for Iw44Version
source§fn eq(&self, other: &Iw44Version) -> bool
fn eq(&self, other: &Iw44Version) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Iw44Version
impl PartialOrd for Iw44Version
source§fn partial_cmp(&self, other: &Iw44Version) -> Option<Ordering>
fn partial_cmp(&self, other: &Iw44Version) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Iw44Version
impl Eq for Iw44Version
impl StructuralEq for Iw44Version
impl StructuralPartialEq for Iw44Version
Auto Trait Implementations§
impl RefUnwindSafe for Iw44Version
impl Send for Iw44Version
impl Sync for Iw44Version
impl Unpin for Iw44Version
impl UnwindSafe for Iw44Version
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