Enum cc::windows_registry::VsVers[][src]

pub enum VsVers {
    Vs12,
    Vs14,
    Vs15,
    // some variants omitted
}

A version of Visual Studio

Variants

Visual Studio 12 (2013)

Visual Studio 14 (2015)

Visual Studio 15 (2017)

Trait Implementations

impl Debug for VsVers
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VsVers
[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 VsVers
[src]

impl Copy for VsVers
[src]

impl Clone for VsVers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VsVers

impl Sync for VsVers