Struct r_core::r_ascii_graph_t[][src]

#[repr(C)]
pub struct r_ascii_graph_t {
Show 39 fields pub can: *mut RConsCanvas, pub graph: *mut RGraph, pub curnode: *const RGraphNode, pub title: *mut c_char, pub db: *mut Sdb, pub nodes: *mut Sdb, pub layout: c_int, pub is_instep: c_int, pub is_tiny: bool, pub is_dis: bool, pub edgemode: c_int, pub mode: c_int, pub is_callgraph: bool, pub is_interactive: bool, pub zoom: c_int, pub movspeed: c_int, pub hints: bool, pub update_seek_on: *mut RANode, pub need_reload_nodes: bool, pub need_set_layout: bool, pub need_update_dim: c_int, pub force_update_seek: c_int, pub on_curnode_change: RANodeCallback, pub on_curnode_change_data: *mut c_void, pub dummy: bool, pub show_node_titles: bool, pub show_node_body: bool, pub show_node_bubble: bool, pub x: c_int, pub y: c_int, pub w: c_int, pub h: c_int, pub back_edges: *mut RList, pub long_edges: *mut RList, pub layers: *mut layer_t, pub n_layers: c_uint, pub dists: *mut RList, pub edges: *mut RList, pub ghits: RAGraphHits,
}

Fields

can: *mut RConsCanvasgraph: *mut RGraphcurnode: *const RGraphNodetitle: *mut c_chardb: *mut Sdbnodes: *mut Sdblayout: c_intis_instep: c_intis_tiny: boolis_dis: booledgemode: c_intmode: c_intis_callgraph: boolis_interactive: boolzoom: c_intmovspeed: c_inthints: boolupdate_seek_on: *mut RANodeneed_reload_nodes: boolneed_set_layout: boolneed_update_dim: c_intforce_update_seek: c_inton_curnode_change: RANodeCallbackon_curnode_change_data: *mut c_voiddummy: boolshow_node_titles: boolshow_node_body: boolshow_node_bubble: boolx: c_inty: c_intw: c_inth: c_intback_edges: *mut RListlong_edges: *mut RListlayers: *mut layer_tn_layers: c_uintdists: *mut RListedges: *mut RListghits: RAGraphHits

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.