pub enum WeightAggregate {
Sum,
Max,
Min,
}Expand description
Strategy for combining weights when multiple faces connect the same pair of blocks.
Variants§
Trait Implementations§
Source§impl Clone for WeightAggregate
impl Clone for WeightAggregate
Source§fn clone(&self) -> WeightAggregate
fn clone(&self) -> WeightAggregate
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 WeightAggregate
impl Debug for WeightAggregate
Source§impl PartialEq for WeightAggregate
impl PartialEq for WeightAggregate
impl Copy for WeightAggregate
impl Eq for WeightAggregate
impl StructuralPartialEq for WeightAggregate
Auto Trait Implementations§
impl Freeze for WeightAggregate
impl RefUnwindSafe for WeightAggregate
impl Send for WeightAggregate
impl Sync for WeightAggregate
impl Unpin for WeightAggregate
impl UnwindSafe for WeightAggregate
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