pub struct BrepWithVoidsId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for BrepWithVoidsId
impl Clone for BrepWithVoidsId
Source§fn clone(&self) -> BrepWithVoidsId
fn clone(&self) -> BrepWithVoidsId
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 moreimpl Copy for BrepWithVoidsId
Source§impl Debug for BrepWithVoidsId
impl Debug for BrepWithVoidsId
impl Eq for BrepWithVoidsId
Source§impl From<BrepWithVoidsId> for SolidRef
impl From<BrepWithVoidsId> for SolidRef
Source§fn from(id: BrepWithVoidsId) -> Self
fn from(id: BrepWithVoidsId) -> Self
Converts to this type from the input type.
Source§impl Hash for BrepWithVoidsId
impl Hash for BrepWithVoidsId
Source§impl PartialEq for BrepWithVoidsId
impl PartialEq for BrepWithVoidsId
Source§fn eq(&self, other: &BrepWithVoidsId) -> bool
fn eq(&self, other: &BrepWithVoidsId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrepWithVoidsId
Auto Trait Implementations§
impl Freeze for BrepWithVoidsId
impl RefUnwindSafe for BrepWithVoidsId
impl Send for BrepWithVoidsId
impl Sync for BrepWithVoidsId
impl Unpin for BrepWithVoidsId
impl UnsafeUnpin for BrepWithVoidsId
impl UnwindSafe for BrepWithVoidsId
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