Struct tunein::common::Version [] [src]

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

Fields

Methods

impl Version
[src]

Trait Implementations

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 !=.