Struct rpgffi::dlist_node [] [src]

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

Fields

Trait Implementations

impl Copy for dlist_node
[src]

impl Clone for dlist_node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more