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