pub struct SystemLuaAllocator;Trait Implementations§
Source§impl Clone for SystemLuaAllocator
impl Clone for SystemLuaAllocator
Source§fn clone(&self) -> SystemLuaAllocator
fn clone(&self) -> SystemLuaAllocator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemLuaAllocator
Source§impl Debug for SystemLuaAllocator
impl Debug for SystemLuaAllocator
Source§impl Default for SystemLuaAllocator
impl Default for SystemLuaAllocator
Source§fn default() -> SystemLuaAllocator
fn default() -> SystemLuaAllocator
Returns the “default value” for a type. Read more
Source§impl LuaAllocator for SystemLuaAllocator
impl LuaAllocator for SystemLuaAllocator
Auto Trait Implementations§
impl Freeze for SystemLuaAllocator
impl RefUnwindSafe for SystemLuaAllocator
impl Send for SystemLuaAllocator
impl Sync for SystemLuaAllocator
impl Unpin for SystemLuaAllocator
impl UnsafeUnpin for SystemLuaAllocator
impl UnwindSafe for SystemLuaAllocator
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