pub struct LuaEntityPrototypeSpawnCooldown {
pub max: f64,
pub min: f64,
}Fields§
§max: f64§min: f64Trait Implementations§
Source§impl Clone for LuaEntityPrototypeSpawnCooldown
impl Clone for LuaEntityPrototypeSpawnCooldown
Source§fn clone(&self) -> LuaEntityPrototypeSpawnCooldown
fn clone(&self) -> LuaEntityPrototypeSpawnCooldown
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 LuaEntityPrototypeSpawnCooldown
Source§impl Default for LuaEntityPrototypeSpawnCooldown
impl Default for LuaEntityPrototypeSpawnCooldown
Source§fn default() -> LuaEntityPrototypeSpawnCooldown
fn default() -> LuaEntityPrototypeSpawnCooldown
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaEntityPrototypeSpawnCooldown
Auto Trait Implementations§
impl Freeze for LuaEntityPrototypeSpawnCooldown
impl RefUnwindSafe for LuaEntityPrototypeSpawnCooldown
impl Send for LuaEntityPrototypeSpawnCooldown
impl Sync for LuaEntityPrototypeSpawnCooldown
impl Unpin for LuaEntityPrototypeSpawnCooldown
impl UnsafeUnpin for LuaEntityPrototypeSpawnCooldown
impl UnwindSafe for LuaEntityPrototypeSpawnCooldown
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