pub struct TrimmedCurve {
pub name: String,
pub basis_curve: CurveRef,
pub trim_1: Vec<TrimmingSelectRef>,
pub trim_2: Vec<TrimmingSelectRef>,
pub sense_agreement: bool,
pub master_representation: TrimmingPreference,
}Fields§
§name: String§basis_curve: CurveRef§trim_1: Vec<TrimmingSelectRef>§trim_2: Vec<TrimmingSelectRef>§sense_agreement: bool§master_representation: TrimmingPreferenceTrait Implementations§
Source§impl Clone for TrimmedCurve
impl Clone for TrimmedCurve
Source§fn clone(&self) -> TrimmedCurve
fn clone(&self) -> TrimmedCurve
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 TrimmedCurve
impl Debug for TrimmedCurve
Source§impl PartialEq for TrimmedCurve
impl PartialEq for TrimmedCurve
Source§fn eq(&self, other: &TrimmedCurve) -> bool
fn eq(&self, other: &TrimmedCurve) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TrimmedCurve
Auto Trait Implementations§
impl Freeze for TrimmedCurve
impl RefUnwindSafe for TrimmedCurve
impl Send for TrimmedCurve
impl Sync for TrimmedCurve
impl Unpin for TrimmedCurve
impl UnsafeUnpin for TrimmedCurve
impl UnwindSafe for TrimmedCurve
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