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