Struct ddcore_rs::models::spawnset::Spawn [−][src]
#[repr(C)]pub struct Spawn<SpawnType> {
pub enemy_type: SpawnType,
pub delay: f32,
// some fields omitted
}Fields
enemy_type: SpawnTypedelay: f32Trait Implementations
Auto Trait Implementations
impl<SpawnType> RefUnwindSafe for Spawn<SpawnType> where
SpawnType: RefUnwindSafe,
impl<SpawnType> UnwindSafe for Spawn<SpawnType> where
SpawnType: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more