pub struct Versions {
    pub platform_version: &'static str,
    pub platform_revision: &'static str,
    pub product_name: &'static str,
    pub product_version: &'static str,
    pub product_revision: &'static str,
}

Fields

platform_version: &'static strplatform_revision: &'static strproduct_name: &'static strproduct_version: &'static strproduct_revision: &'static str

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.