pub struct SCXVersion(/* private fields */);
Expand description
The SCX Format version string. In practice, this does not really reflect the game version.
Implementations§
Trait Implementations§
Source§impl Clone for SCXVersion
impl Clone for SCXVersion
Source§fn clone(&self) -> SCXVersion
fn clone(&self) -> SCXVersion
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 SCXVersion
impl Debug for SCXVersion
Source§impl Default for SCXVersion
impl Default for SCXVersion
Source§impl Display for SCXVersion
impl Display for SCXVersion
Source§impl Ord for SCXVersion
impl Ord for SCXVersion
Source§fn cmp(&self, other: &SCXVersion) -> Ordering
fn cmp(&self, other: &SCXVersion) -> 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 SCXVersion
impl PartialEq for SCXVersion
Source§impl PartialOrd for SCXVersion
impl PartialOrd for SCXVersion
impl Copy for SCXVersion
impl Eq for SCXVersion
impl StructuralPartialEq for SCXVersion
Auto Trait Implementations§
impl Freeze for SCXVersion
impl RefUnwindSafe for SCXVersion
impl Send for SCXVersion
impl Sync for SCXVersion
impl Unpin for SCXVersion
impl UnwindSafe for SCXVersion
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