node_t

Type Alias node_t 

Source
pub type node_t = Agnode_s;

Aliased Type§

#[repr(C)]
pub struct node_t { pub base: Agobj_s, pub root: *mut Agraph_s, pub mainsub: Agsubnode_s, }

Fields§

§base: Agobj_s§root: *mut Agraph_s§mainsub: Agsubnode_s