Struct pax_std::types::LineSegmentData
source · pub struct LineSegmentData {
pub start: Point,
pub end: Point,
}Fields§
§start: Point§end: PointTrait Implementations§
source§impl Clone for LineSegmentData
impl Clone for LineSegmentData
source§impl Default for LineSegmentData
impl Default for LineSegmentData
source§impl Interpolatable for LineSegmentData
impl Interpolatable for LineSegmentData
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for LineSegmentData
impl Send for LineSegmentData
impl Sync for LineSegmentData
impl Unpin for LineSegmentData
impl UnwindSafe for LineSegmentData
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.