#[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 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 CSGPolygonMode
Source§impl Debug for CSGPolygonMode
impl Debug for CSGPolygonMode
impl Eq for CSGPolygonMode
Source§impl Hash for CSGPolygonMode
impl Hash for CSGPolygonMode
Source§impl PartialEq for CSGPolygonMode
impl PartialEq for CSGPolygonMode
Source§fn eq(&self, other: &CSGPolygonMode) -> bool
fn eq(&self, other: &CSGPolygonMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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