pub struct AdvancedBrepShapeRepresentationId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AdvancedBrepShapeRepresentationId
impl Clone for AdvancedBrepShapeRepresentationId
Source§fn clone(&self) -> AdvancedBrepShapeRepresentationId
fn clone(&self) -> AdvancedBrepShapeRepresentationId
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 AdvancedBrepShapeRepresentationId
impl Eq for AdvancedBrepShapeRepresentationId
Source§impl PartialEq for AdvancedBrepShapeRepresentationId
impl PartialEq for AdvancedBrepShapeRepresentationId
Source§fn eq(&self, other: &AdvancedBrepShapeRepresentationId) -> bool
fn eq(&self, other: &AdvancedBrepShapeRepresentationId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdvancedBrepShapeRepresentationId
Auto Trait Implementations§
impl Freeze for AdvancedBrepShapeRepresentationId
impl RefUnwindSafe for AdvancedBrepShapeRepresentationId
impl Send for AdvancedBrepShapeRepresentationId
impl Sync for AdvancedBrepShapeRepresentationId
impl Unpin for AdvancedBrepShapeRepresentationId
impl UnsafeUnpin for AdvancedBrepShapeRepresentationId
impl UnwindSafe for AdvancedBrepShapeRepresentationId
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