Struct pos::pof::Version [] [src]

pub struct Version { /* fields omitted */ }

pof file version.

Methods

impl Version
[src]

Creates a new version.

Examples

use pos::pof::Version;
Version::new(1, 1);

Trait Implementations

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Version
[src]

impl Debug for Version
[src]

Formats the value using the given formatter.

impl PartialEq for Version
[src]

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

This method tests for !=.