Struct sdc::reader::Version [] [src]

pub struct Version {
    pub major: u16,
    pub minor: u16,
}

The sdc file version.

Fields

The sdc major version.

The sdc minor version.

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.