Struct lua51_sys::luaL_Buffer[][src]

#[repr(C)]
pub struct luaL_Buffer { pub p: *mut c_char, pub lvl: c_int, pub L: *mut lua_State, pub buffer: [c_char; 8192], }

Fields

Trait Implementations

impl Copy for luaL_Buffer
[src]

impl Clone for luaL_Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for luaL_Buffer

impl !Sync for luaL_Buffer