Struct erlang_nif_sys::erlang_nif_sys_api::ErlNifEnv [] [src]

#[repr(C)]
pub struct ErlNifEnv { /* fields omitted */ }

See ErlNifEnv in the Erlang docs.

Trait Implementations

impl Debug for ErlNifEnv
[src]

[src]

Formats the value using the given formatter.

impl Send for ErlNifEnv
[src]