Enum erlang_nif_sys::erlang_nif_sys_api::ErlNifMapIteratorEntry [] [src]

#[repr(C)]
pub enum ErlNifMapIteratorEntry { ERL_NIF_MAP_ITERATOR_HEAD, ERL_NIF_MAP_ITERATOR_TAIL, }

See ErlNifMapIteratorEntry in the Erlang docs.

Variants

Trait Implementations

impl Copy for ErlNifMapIteratorEntry
[src]

impl Clone for ErlNifMapIteratorEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more