Enum hapi_rs::geometry::EnvIntType
source · #[repr(i32)]
#[non_exhaustive]
pub enum EnvIntType {
EnvintInvalid,
HoudiniMajor,
HoudiniMinor,
HoudiniBuild,
HoudiniPatch,
EngineMajor,
EngineMinor,
EngineApi,
EnvintMax,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
EnvintInvalid
HoudiniMajor
HoudiniMinor
HoudiniBuild
HoudiniPatch
EngineMajor
EngineMinor
EngineApi
EnvintMax
Trait Implementations§
source§impl Clone for EnvIntType
impl Clone for EnvIntType
source§fn clone(&self) -> EnvIntType
fn clone(&self) -> EnvIntType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EnvIntType
impl Debug for EnvIntType
source§impl Hash for EnvIntType
impl Hash for EnvIntType
source§impl PartialEq<EnvIntType> for EnvIntType
impl PartialEq<EnvIntType> for EnvIntType
source§fn eq(&self, other: &EnvIntType) -> bool
fn eq(&self, other: &EnvIntType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.