Struct rpgffi::ListCell [] [src]

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

Fields

Trait Implementations

impl Copy for ListCell
[src]

impl Clone for ListCell
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more