Struct ddcore_rs::models::spawnset::Spawn [−][src]
#[repr(C)]pub struct Spawn<SpawnType> {
pub enemy_type: SpawnType,
pub delay: f32,
pub _u1: u32,
pub _u2: u32,
pub _u3: u32,
pub _u4: u32,
pub _u5: u32,
}Fields
enemy_type: SpawnTypedelay: f32_u1: u32_u2: u32_u3: u32_u4: u32_u5: u32Trait 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