Struct gmt_dos_actors::graph::Graph
source · pub struct Graph { /* private fields */ }Expand description
Model network mapping
The structure is used to build a Graphviz diagram of a Model.
A new Graph is created with Model::graph().
The model flow chart is written to a SVG image with <cmd> -Gstart=rand -Tsvg -O filename.dot,
where <cmd> is set to the value of the environment variable FLOWCHART if given, neato otherwise
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Graph
impl RefUnwindSafe for Graph
impl Send for Graph
impl Sync for Graph
impl Unpin for Graph
impl UnwindSafe for Graph
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