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 ==.impl Copy for EntityProperty
impl Eq for EntityProperty
impl StructuralEq for EntityProperty
impl StructuralPartialEq for EntityProperty
Auto Trait Implementations§
impl RefUnwindSafe for EntityProperty
impl Send for EntityProperty
impl Sync for EntityProperty
impl Unpin for EntityProperty
impl UnwindSafe for EntityProperty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more