Struct rpgffi::pairingheap [] [src]

#[repr(C)]
pub struct pairingheap { pub ph_compare: pairingheap_comparator, pub ph_arg: *mut c_void, pub ph_root: *mut pairingheap_node, }

Fields

Trait Implementations

impl Copy for pairingheap
[src]

impl Clone for pairingheap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more