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