pub struct EdgeCurve {
pub name: String,
pub edge_start: VertexRef,
pub edge_end: VertexRef,
pub edge_geometry: CurveRef,
pub same_sense: bool,
}Fields§
§name: String§edge_start: VertexRef§edge_end: VertexRef§edge_geometry: CurveRef§same_sense: boolTrait Implementations§
impl StructuralPartialEq for EdgeCurve
Auto Trait Implementations§
impl Freeze for EdgeCurve
impl RefUnwindSafe for EdgeCurve
impl Send for EdgeCurve
impl Sync for EdgeCurve
impl Unpin for EdgeCurve
impl UnsafeUnpin for EdgeCurve
impl UnwindSafe for EdgeCurve
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