Struct rlua_lua53_sys::bindings::luaL_Buffer
source · [−]#[repr(C)]pub struct luaL_Buffer {
pub b: *mut c_char,
pub size: usize,
pub n: usize,
pub L: *mut lua_State,
pub initb: [c_char; 4096],
}Fields
b: *mut c_charsize: usizen: usizeL: *mut lua_Stateinitb: [c_char; 4096]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for luaL_Buffer
impl !Send for luaL_Buffer
impl !Sync for luaL_Buffer
impl Unpin for luaL_Buffer
impl UnwindSafe for luaL_Buffer
Blanket Implementations
Mutably borrows from an owned value. Read more