pub enum StructuredCellType {
Triangle,
Quadrilateral,
Hexahedron,
}Variants§
Trait Implementations§
Source§impl Clone for StructuredCellType
impl Clone for StructuredCellType
Source§fn clone(&self) -> StructuredCellType
fn clone(&self) -> StructuredCellType
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 StructuredCellType
Auto Trait Implementations§
impl Freeze for StructuredCellType
impl RefUnwindSafe for StructuredCellType
impl Send for StructuredCellType
impl Sync for StructuredCellType
impl Unpin for StructuredCellType
impl UnsafeUnpin for StructuredCellType
impl UnwindSafe for StructuredCellType
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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