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
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more