pub struct LuaTilePrototypeMineableProperties {
pub minable: bool,
pub mining_particle: &'static str,
pub mining_time: f64,
pub products: &'static [Product],
}Fields§
§minable: bool§mining_particle: &'static str§mining_time: f64§products: &'static [Product]Trait Implementations§
Source§impl Clone for LuaTilePrototypeMineableProperties
impl Clone for LuaTilePrototypeMineableProperties
Source§fn clone(&self) -> LuaTilePrototypeMineableProperties
fn clone(&self) -> LuaTilePrototypeMineableProperties
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 LuaTilePrototypeMineableProperties
Source§impl Default for LuaTilePrototypeMineableProperties
impl Default for LuaTilePrototypeMineableProperties
Source§fn default() -> LuaTilePrototypeMineableProperties
fn default() -> LuaTilePrototypeMineableProperties
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaTilePrototypeMineableProperties
Auto Trait Implementations§
impl Freeze for LuaTilePrototypeMineableProperties
impl RefUnwindSafe for LuaTilePrototypeMineableProperties
impl Send for LuaTilePrototypeMineableProperties
impl Sync for LuaTilePrototypeMineableProperties
impl Unpin for LuaTilePrototypeMineableProperties
impl UnsafeUnpin for LuaTilePrototypeMineableProperties
impl UnwindSafe for LuaTilePrototypeMineableProperties
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