Struct ply_rs::ply::Version
[−]
[src]
pub struct Version { pub major: u16, pub minor: u8, }
Models a version number.
At time of writing, the only existin version for a PLY file is "1.0".
Fields
major: u16
minor: u8
Trait Implementations
impl Debug for Version
[src]
impl PartialEq for Version
[src]
fn eq(&self, __arg_0: &Version) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Version) -> bool
[src]
This method tests for !=
.
impl Eq for Version
[src]
impl Clone for Version
[src]
fn clone(&self) -> Version
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more