Struct piet_common::kurbo::QuadSpline
pub struct QuadSpline(_);Expand description
A quadratic Bézier spline.
Implementations
impl QuadSpline
impl QuadSpline
Trait Implementations
impl Clone for QuadSpline
impl Clone for QuadSpline
fn clone(&self) -> QuadSpline
fn clone(&self) -> QuadSpline
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Debug for QuadSpline
impl Debug for QuadSpline
impl PartialEq<QuadSpline> for QuadSpline
impl PartialEq<QuadSpline> for QuadSpline
fn eq(&self, other: &QuadSpline) -> bool
fn eq(&self, other: &QuadSpline) -> bool
impl StructuralPartialEq for QuadSpline
Auto Trait Implementations
impl RefUnwindSafe for QuadSpline
impl Send for QuadSpline
impl Sync for QuadSpline
impl Unpin for QuadSpline
impl UnwindSafe for QuadSpline
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
sourcefn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
sourceimpl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
sourcefn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.