Struct darknet::ffi::list [] [src]

#[repr(C)]
pub struct list { pub size: c_int, pub front: *mut node, pub back: *mut node, }

Fields

Trait Implementations

impl Debug for list
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for list
[src]

impl Clone for list
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more