Struct egsphsp::Header [] [src]

pub struct Header {
    pub mode: [u8; 5],
    pub record_length: i32,
    pub total_particles: i32,
    pub total_photons: i32,
    pub min_energy: f32,
    pub max_energy: f32,
    pub total_particles_in_source: f32,
}

Fields

Methods

impl Header
[src]

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.