Struct ddcore_rs::models::spawnset::Header [−][src]
#[repr(C)]pub struct Header {
pub spawn_version: i32,
pub world_version: i32,
pub shrink_end_radius: f32,
pub shrink_start_radius: f32,
pub shrink_rate: f32,
pub brightness: f32,
pub game_mode: i32,
pub _u1: u32,
pub _u2: u32,
}Fields
spawn_version: i32world_version: i32shrink_end_radius: f32shrink_start_radius: f32shrink_rate: f32brightness: f32game_mode: i32_u1: u32_u2: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Header
impl UnwindSafe for Header
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