pub struct Dual { /* private fields */ }
Expand description
The dual of a mesh.
Result of mesh_to_dual
.
Implementations§
Trait Implementations§
impl Eq for Dual
impl StructuralPartialEq for Dual
Auto Trait Implementations§
impl Freeze for Dual
impl RefUnwindSafe for Dual
impl Send for Dual
impl Sync for Dual
impl Unpin for Dual
impl !UnwindSafe for Dual
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