Enum cc::windows_registry::VsVers
[−]
[src]
pub enum VsVers {
Vs12,
Vs14,
Vs15,
// some variants omitted
}A version of Visual Studio
Variants
Vs12Visual Studio 12 (2013)
Vs14Visual Studio 14 (2015)
Vs15Visual Studio 15 (2017)
Trait Implementations
impl Debug for VsVers[src]
impl PartialEq for VsVers[src]
fn eq(&self, __arg_0: &VsVers) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.