Struct egsphsp::Header [] [src]

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

Fields

Methods

impl Header
[src]

[src]

Trait Implementations

impl Debug for Header
[src]

[src]

Formats the value using the given formatter.

impl Copy for Header
[src]

impl Clone for Header
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more