pub struct ManifoldSolidBrep {
pub name: String,
pub outer: ClosedShellRef,
}Fields§
§name: String§outer: ClosedShellRefTrait Implementations§
Source§impl Clone for ManifoldSolidBrep
impl Clone for ManifoldSolidBrep
Source§fn clone(&self) -> ManifoldSolidBrep
fn clone(&self) -> ManifoldSolidBrep
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 moreSource§impl Debug for ManifoldSolidBrep
impl Debug for ManifoldSolidBrep
Source§impl PartialEq for ManifoldSolidBrep
impl PartialEq for ManifoldSolidBrep
Source§fn eq(&self, other: &ManifoldSolidBrep) -> bool
fn eq(&self, other: &ManifoldSolidBrep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManifoldSolidBrep
Auto Trait Implementations§
impl Freeze for ManifoldSolidBrep
impl RefUnwindSafe for ManifoldSolidBrep
impl Send for ManifoldSolidBrep
impl Sync for ManifoldSolidBrep
impl Unpin for ManifoldSolidBrep
impl UnsafeUnpin for ManifoldSolidBrep
impl UnwindSafe for ManifoldSolidBrep
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