Enum erlang_nif_sys::erlang_nif_sys_api::ErlNifCharEncoding [] [src]

#[repr(C)]
pub enum ErlNifCharEncoding { ERL_NIF_LATIN1, DUMMY, }

See ErlNifCharEncoding in the Erlang docs.

Variants

Trait Implementations

impl Debug for ErlNifCharEncoding
[src]

[src]

Formats the value using the given formatter.

impl Copy for ErlNifCharEncoding
[src]

impl Clone for ErlNifCharEncoding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more