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