pub struct LuaControlMiningState {
pub mining: bool,
pub position: LuaAny,
}Fields§
§mining: bool§position: LuaAnyTrait Implementations§
Source§impl Clone for LuaControlMiningState
impl Clone for LuaControlMiningState
Source§fn clone(&self) -> LuaControlMiningState
fn clone(&self) -> LuaControlMiningState
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 LuaControlMiningState
Source§impl Debug for LuaControlMiningState
impl Debug for LuaControlMiningState
Source§impl Default for LuaControlMiningState
impl Default for LuaControlMiningState
Source§fn default() -> LuaControlMiningState
fn default() -> LuaControlMiningState
Returns the “default value” for a type. Read more
Source§impl PartialEq for LuaControlMiningState
impl PartialEq for LuaControlMiningState
impl StructuralPartialEq for LuaControlMiningState
Auto Trait Implementations§
impl Freeze for LuaControlMiningState
impl RefUnwindSafe for LuaControlMiningState
impl Send for LuaControlMiningState
impl Sync for LuaControlMiningState
impl Unpin for LuaControlMiningState
impl UnsafeUnpin for LuaControlMiningState
impl UnwindSafe for LuaControlMiningState
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