Struct erlang_nif_sys::erlang_nif_sys_api::ErlNifBinary [] [src]

#[repr(C)]
pub struct ErlNifBinary { pub size: size_t, pub data: *mut u8, // some fields omitted }

See ErlNifBinary in the Erlang docs.

Fields

Trait Implementations

impl Debug for ErlNifBinary
[src]

Formats the value using the given formatter.