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