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