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