pub struct LuaBool { /* private fields */ }
Expand description
Represents a boolean value on the Lua stack
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaBool
impl RefUnwindSafe for LuaBool
impl Send for LuaBool
impl Sync for LuaBool
impl Unpin for LuaBool
impl UnwindSafe for LuaBool
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