pub struct AngleLine {
pub k: Arc<Expression<LineExpr>>,
pub l: Arc<Expression<LineExpr>>,
}Expand description
An angle defined with 2 lines.
Fields§
§k: Arc<Expression<LineExpr>>§l: Arc<Expression<LineExpr>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AngleLine
impl Send for AngleLine
impl Sync for AngleLine
impl Unpin for AngleLine
impl UnwindSafe for AngleLine
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