#[repr(C)]pub union luaL_BufferInit {
pub _align_n: lua_Number,
pub _align_u: c_double,
pub _align_s: *mut c_void,
pub _align_i: lua_Integer,
pub _align_l: c_long,
pub b: [c_char; 1024],
}Available on crate feature
lua54 only.Fields§
§_align_n: lua_Number§_align_u: c_double§_align_s: *mut c_void§_align_i: lua_Integer§_align_l: c_long§b: [c_char; 1024]Auto Trait Implementations§
impl Freeze for luaL_BufferInit
impl RefUnwindSafe for luaL_BufferInit
impl !Send for luaL_BufferInit
impl !Sync for luaL_BufferInit
impl Unpin for luaL_BufferInit
impl UnwindSafe for luaL_BufferInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more