pub struct PointY {
    pub point: Arc<Expression<PointExpr>>,
}Expand description
Y coordinate of a point.
Fields§
§point: Arc<Expression<PointExpr>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PointY
impl Send for PointY
impl Sync for PointY
impl Unpin for PointY
impl UnwindSafe for PointY
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