Enum msi::PackageType [] [src]

pub enum PackageType {
    Installer,
    Patch,
    Transform,
}

The type of MSI package (e.g. installer or patch).

Variants

An installer package, which installs a new application.

A patch package, which provides an update to an application.

A transform, which is a collection of changes applied to an installation.

Trait Implementations

impl Clone for PackageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PackageType
[src]

impl Debug for PackageType
[src]

Formats the value using the given formatter.

impl Eq for PackageType
[src]

impl PartialEq for PackageType
[src]

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

This method tests for !=.