Struct darknet::ffi::node
[−]
[src]
#[repr(C)]pub struct node { pub val: *mut c_void, pub next: *mut node, pub prev: *mut node, }
Fields
val: *mut c_void
next: *mut node
prev: *mut node
Trait Implementations
impl Debug for node
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more