pub enum GeoClass {
Lin,
Tri,
Qua,
Tet,
Hex,
}Expand description
Defines the class of the geometric shape (Lin, Tri, Qua, Tet, Hex)
Variants§
Lin
Lines (segments) class
Tri
Triangles class
Qua
Quadrilaterals class
Tet
Tetrahedra class
Hex
Hexahedra class
Implementations§
Trait Implementations§
impl Copy for GeoClass
impl Eq for GeoClass
impl StructuralPartialEq for GeoClass
Auto Trait Implementations§
impl Freeze for GeoClass
impl RefUnwindSafe for GeoClass
impl Send for GeoClass
impl Sync for GeoClass
impl Unpin for GeoClass
impl UnwindSafe for GeoClass
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