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