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