#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CSGShapeOperation
Source§impl Debug for CSGShapeOperation
impl Debug for CSGShapeOperation
impl Eq for CSGShapeOperation
Source§impl Hash for CSGShapeOperation
impl Hash for CSGShapeOperation
Source§impl PartialEq for CSGShapeOperation
impl PartialEq for CSGShapeOperation
Source§fn eq(&self, other: &CSGShapeOperation) -> bool
fn eq(&self, other: &CSGShapeOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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