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