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
mode: [u8; 5]
total_particles: i32
total_photons: i32
min_energy: f32
max_energy: f32
total_particles_in_source: f32
record_size: u64
using_zlast: bool
Methods
impl Header[src]
fn similar_to(&self, other: &Header) -> bool
Trait Implementations
impl Debug for Header[src]
impl Copy for Header[src]
impl Clone for Header[src]
fn clone(&self) -> Header
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more