Enum hapi_rs::geometry::CacheProperty
source · #[repr(i32)]
#[non_exhaustive]
pub enum CacheProperty {
CachepropCurrent,
HasMin,
CachepropMin,
HasMax,
CachepropMax,
CullLevel,
}
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.
Trait Implementations§
source§impl Clone for CacheProperty
impl Clone for CacheProperty
source§fn clone(&self) -> CacheProperty
fn clone(&self) -> CacheProperty
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 CacheProperty
impl Debug for CacheProperty
source§impl Hash for CacheProperty
impl Hash for CacheProperty
source§impl PartialEq<CacheProperty> for CacheProperty
impl PartialEq<CacheProperty> for CacheProperty
source§fn eq(&self, other: &CacheProperty) -> bool
fn eq(&self, other: &CacheProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.