pub enum KnotType {
UniformKnots,
QuasiUniformKnots,
PiecewiseBezierKnots,
Unspecified,
}Variants§
Implementations§
Trait Implementations§
impl Copy for KnotType
impl Eq for KnotType
impl StructuralPartialEq for KnotType
Auto Trait Implementations§
impl Freeze for KnotType
impl RefUnwindSafe for KnotType
impl Send for KnotType
impl Sync for KnotType
impl Unpin for KnotType
impl UnsafeUnpin for KnotType
impl UnwindSafe for KnotType
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