Struct rpgffi::pairingheap_node [] [src]

#[repr(C)]
pub struct pairingheap_node { pub first_child: *mut pairingheap_node, pub next_sibling: *mut pairingheap_node, pub prev_or_parent: *mut pairingheap_node, }

Fields

Trait Implementations

impl Copy for pairingheap_node
[src]

impl Clone for pairingheap_node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more