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

Trait Implementations

impl Debug for Version
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Version
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Version
[src]

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Version
[src]

impl Display for Version
[src]

[src]

Formats the value using the given formatter. Read more