Struct rpgffi::slist_node [] [src]

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

Fields

Trait Implementations

impl Copy for slist_node
[src]

impl Clone for slist_node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more