pub struct PSArchiveVersion {
pub major: u16,
pub minor: u16,
}
Expand description
ArchiveVersion contains the major and minor version numbers of an Playstation Archive file
Fields§
§major: u16
major is the major version number of the Playstation Archive file
minor: u16
minor is the minor version number of the Playstation Archive file
Trait Implementations§
Source§impl Clone for PSArchiveVersion
impl Clone for PSArchiveVersion
Source§fn clone(&self) -> PSArchiveVersion
fn clone(&self) -> PSArchiveVersion
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 PSArchiveVersion
impl Debug for PSArchiveVersion
Source§impl Default for PSArchiveVersion
impl Default for PSArchiveVersion
Source§fn default() -> PSArchiveVersion
fn default() -> PSArchiveVersion
Returns the “default value” for a type. Read more
Source§impl Display for PSArchiveVersion
impl Display for PSArchiveVersion
Source§impl Parsable for PSArchiveVersion
impl Parsable for PSArchiveVersion
Source§impl PartialEq for PSArchiveVersion
impl PartialEq for PSArchiveVersion
impl Eq for PSArchiveVersion
impl StructuralPartialEq for PSArchiveVersion
Auto Trait Implementations§
impl Freeze for PSArchiveVersion
impl RefUnwindSafe for PSArchiveVersion
impl Send for PSArchiveVersion
impl Sync for PSArchiveVersion
impl Unpin for PSArchiveVersion
impl UnwindSafe for PSArchiveVersion
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