Struct ethcore_ipc::binary::BinVersion [] [src]

pub struct BinVersion {
    pub major: u64,
    pub minor: u64,
    pub patch: u64,
}

Shorten version of semver Version without pre and build information

Fields

Methods

impl BinVersion
[src]

Trait Implementations

impl Clone for BinVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinVersion
[src]

impl Debug for BinVersion
[src]

Formats the value using the given formatter.

impl PartialEq for BinVersion
[src]

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

This method tests for !=.

impl Eq for BinVersion
[src]

impl From<Version> for BinVersion
[src]

Performs the conversion.

impl BinaryConvertable for BinVersion where BinVersion: Copy
[src]