pub struct LinePoint {
pub a: Arc<Expression<PointExpr>>,
pub b: Arc<Expression<PointExpr>>,
}Expand description
A line defined with two points.
Fields§
§a: Arc<Expression<PointExpr>>§b: Arc<Expression<PointExpr>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LinePoint
impl Send for LinePoint
impl Sync for LinePoint
impl Unpin for LinePoint
impl UnwindSafe for LinePoint
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