#[repr(C)]pub struct Agraph_s {
pub base: Agobj_t,
pub desc: Agdesc_t,
pub link: Dtlink_t,
pub n_seq: *mut Dict_t,
pub n_id: *mut Dict_t,
pub e_seq: *mut Dict_t,
pub e_id: *mut Dict_t,
pub g_dict: *mut Dict_t,
pub parent: *mut Agraph_t,
pub root: *mut Agraph_t,
pub clos: *mut Agclos_t,
}Fields§
§base: Agobj_t§desc: Agdesc_t§link: Dtlink_t§n_seq: *mut Dict_t§n_id: *mut Dict_t§e_seq: *mut Dict_t§e_id: *mut Dict_t§g_dict: *mut Dict_t§parent: *mut Agraph_t§root: *mut Agraph_t§clos: *mut Agclos_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for Agraph_s
impl RefUnwindSafe for Agraph_s
impl !Send for Agraph_s
impl !Sync for Agraph_s
impl Unpin for Agraph_s
impl UnwindSafe for Agraph_s
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