Struct rbspy_ruby_structs::ruby_2_2_8::list_node [] [src]

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

Fields

Trait Implementations

impl Debug for list_node
[src]

[src]

Formats the value using the given formatter.

impl Copy for list_node
[src]

impl Clone for list_node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more