Struct ddcore_rs::models::spawnset::SpawnsHeader [−][src]
#[repr(C)]pub struct SpawnsHeader {
pub devil_dagger_time: i32,
pub gold_dagger_time: i32,
pub silver_dagger_time: i32,
pub bronze_dagger_time: i32,
pub spawn_count: i32,
// some fields omitted
}Fields
devil_dagger_time: i32gold_dagger_time: i32silver_dagger_time: i32bronze_dagger_time: i32spawn_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