#[repr(C)]pub struct Agnode_s {
pub base: Agobj_t,
pub root: *mut Agraph_t,
pub mainsub: Agsubnode_t,
}Fields§
§base: Agobj_t§root: *mut Agraph_t§mainsub: Agsubnode_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for Agnode_s
impl RefUnwindSafe for Agnode_s
impl !Send for Agnode_s
impl !Sync for Agnode_s
impl Unpin for Agnode_s
impl UnwindSafe for Agnode_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