Struct ddcore_rs::models::spawnset::SpawnsHeader [−][src]
#[repr(C)]pub struct SpawnsHeader {
pub _u1: u32,
pub _u2: u32,
pub _u3: u32,
pub _u4: u32,
pub devil_dagger_time: i32,
pub gold_dagger_time: i32,
pub silver_dagger_time: i32,
pub bronze_dagger_time: i32,
pub _u5: u32,
pub spawn_count: i32,
}Fields
_u1: u32_u2: u32_u3: u32_u4: u32devil_dagger_time: i32gold_dagger_time: i32silver_dagger_time: i32bronze_dagger_time: i32_u5: u32spawn_count: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpawnsHeader
impl Send for SpawnsHeader
impl Sync for SpawnsHeader
impl Unpin for SpawnsHeader
impl UnwindSafe for SpawnsHeader
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