#[repr(u32)]pub enum SpatialMaterialBlendMode {
ModeMix = 0,
ModeAdd = 1,
ModeSub = 2,
ModeMul = 3,
}Variants§
Trait Implementations§
Source§impl Clone for SpatialMaterialBlendMode
impl Clone for SpatialMaterialBlendMode
Source§fn clone(&self) -> SpatialMaterialBlendMode
fn clone(&self) -> SpatialMaterialBlendMode
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 Debug for SpatialMaterialBlendMode
impl Debug for SpatialMaterialBlendMode
Source§impl Hash for SpatialMaterialBlendMode
impl Hash for SpatialMaterialBlendMode
Source§impl PartialEq for SpatialMaterialBlendMode
impl PartialEq for SpatialMaterialBlendMode
impl Copy for SpatialMaterialBlendMode
impl Eq for SpatialMaterialBlendMode
impl StructuralPartialEq for SpatialMaterialBlendMode
Auto Trait Implementations§
impl Freeze for SpatialMaterialBlendMode
impl RefUnwindSafe for SpatialMaterialBlendMode
impl Send for SpatialMaterialBlendMode
impl Sync for SpatialMaterialBlendMode
impl Unpin for SpatialMaterialBlendMode
impl UnwindSafe for SpatialMaterialBlendMode
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