Struct sndjvu_format::FgbzVersion
source · pub struct FgbzVersion(/* private fields */);
Expand description
Version information associated with the FGbz
chunk.
Implementations§
source§impl FgbzVersion
impl FgbzVersion
Trait Implementations§
source§impl Clone for FgbzVersion
impl Clone for FgbzVersion
source§fn clone(&self) -> FgbzVersion
fn clone(&self) -> FgbzVersion
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 FgbzVersion
impl Debug for FgbzVersion
source§impl Display for FgbzVersion
impl Display for FgbzVersion
source§impl Ord for FgbzVersion
impl Ord for FgbzVersion
source§fn cmp(&self, other: &FgbzVersion) -> Ordering
fn cmp(&self, other: &FgbzVersion) -> 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 FgbzVersion
impl PartialEq for FgbzVersion
source§fn eq(&self, other: &FgbzVersion) -> bool
fn eq(&self, other: &FgbzVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FgbzVersion
impl PartialOrd for FgbzVersion
source§fn partial_cmp(&self, other: &FgbzVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &FgbzVersion) -> 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 FgbzVersion
impl Eq for FgbzVersion
impl StructuralEq for FgbzVersion
impl StructuralPartialEq for FgbzVersion
Auto Trait Implementations§
impl RefUnwindSafe for FgbzVersion
impl Send for FgbzVersion
impl Sync for FgbzVersion
impl Unpin for FgbzVersion
impl UnwindSafe for FgbzVersion
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