Struct rpgffi::List [] [src]

#[repr(C)]
pub struct List { pub type_: NodeTag, pub length: c_int, pub head: *mut ListCell, pub tail: *mut ListCell, }

Fields

Trait Implementations

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