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