Struct darknet::ffi::node [] [src]

#[repr(C)]
pub struct node { pub val: *mut c_void, pub next: *mut node, pub prev: *mut node, }

Fields

Trait Implementations

impl Debug for node
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for node
[src]

impl Clone for node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more