pub struct Solid {
pub shells: Vec<ShellId>,
}Expand description
A 3-dimensional topological entity: a closed volume bounded by shells.
The first shell in shells is conventionally the outer bounding shell;
subsequent shells are void (cavity) shells.
Fields§
§shells: Vec<ShellId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Solid
impl RefUnwindSafe for Solid
impl Send for Solid
impl Sync for Solid
impl Unpin for Solid
impl UnsafeUnpin for Solid
impl UnwindSafe for Solid
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