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