pub struct Pcurve {
pub name: String,
pub basis_surface: SurfaceRef,
pub reference_to_curve: DefinitionalRepresentationRef,
}Fields§
§name: String§basis_surface: SurfaceRef§reference_to_curve: DefinitionalRepresentationRefTrait Implementations§
impl StructuralPartialEq for Pcurve
Auto Trait Implementations§
impl Freeze for Pcurve
impl RefUnwindSafe for Pcurve
impl Send for Pcurve
impl Sync for Pcurve
impl Unpin for Pcurve
impl UnsafeUnpin for Pcurve
impl UnwindSafe for Pcurve
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