pub enum BooleanOp {
Union,
Intersection,
Difference,
}Expand description
Boolean operation on manifolds.
Variants§
Union
Union of two manifolds.
Intersection
Intersection of two manifolds.
Difference
Difference of two manifolds.
Auto Trait Implementations§
impl Freeze for BooleanOp
impl RefUnwindSafe for BooleanOp
impl Send for BooleanOp
impl Sync for BooleanOp
impl Unpin for BooleanOp
impl UnwindSafe for BooleanOp
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