Enum opencv::ovis::EntityProperty
source · #[repr(C)]
pub enum EntityProperty {
ENTITY_MATERIAL,
ENTITY_SCALE,
ENTITY_AABB_WORLD,
ENTITY_ANIMBLEND_MODE,
ENTITY_CAST_SHADOWS,
}
Variants§
Trait Implementations§
source§impl Clone for EntityProperty
impl Clone for EntityProperty
source§fn clone(&self) -> EntityProperty
fn clone(&self) -> EntityProperty
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 EntityProperty
impl Debug for EntityProperty
source§impl PartialEq<EntityProperty> for EntityProperty
impl PartialEq<EntityProperty> for EntityProperty
source§fn eq(&self, other: &EntityProperty) -> bool
fn eq(&self, other: &EntityProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.