#[repr(u32)]pub enum SpatialMaterialEmissionOperator {
EmissionOpAdd = 0,
EmissionOpMultiply = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for SpatialMaterialEmissionOperator
impl Clone for SpatialMaterialEmissionOperator
Source§fn clone(&self) -> SpatialMaterialEmissionOperator
fn clone(&self) -> SpatialMaterialEmissionOperator
Returns a duplicate 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 PartialEq for SpatialMaterialEmissionOperator
impl PartialEq for SpatialMaterialEmissionOperator
Source§fn eq(&self, other: &SpatialMaterialEmissionOperator) -> bool
fn eq(&self, other: &SpatialMaterialEmissionOperator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SpatialMaterialEmissionOperator
impl Eq for SpatialMaterialEmissionOperator
impl StructuralPartialEq for SpatialMaterialEmissionOperator
Auto Trait Implementations§
impl Freeze for SpatialMaterialEmissionOperator
impl RefUnwindSafe for SpatialMaterialEmissionOperator
impl Send for SpatialMaterialEmissionOperator
impl Sync for SpatialMaterialEmissionOperator
impl Unpin for SpatialMaterialEmissionOperator
impl UnwindSafe for SpatialMaterialEmissionOperator
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