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