Enum erlang_nif_sys::erlang_nif_sys_api::ErlNifTimeUnit [] [src]

#[repr(C)]
pub enum ErlNifTimeUnit { ERL_NIF_SEC, ERL_NIF_MSEC, ERL_NIF_USEC, ERL_NIF_NSEC, }

See ErlNifTimeUnit in the Erlang docs.

Variants

Trait Implementations

impl Copy for ErlNifTimeUnit
[src]

impl Clone for ErlNifTimeUnit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more