Struct mlua_sys::luau::lauxlib::luaL_Strbuf
source · #[repr(C)]pub struct luaL_Strbuf { /* private fields */ }Available on crate feature
luau only.Auto Trait Implementations§
impl RefUnwindSafe for luaL_Strbuf
impl !Send for luaL_Strbuf
impl !Sync for luaL_Strbuf
impl Unpin for luaL_Strbuf
impl UnwindSafe for luaL_Strbuf
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