Struct egsphsp::Record
[−]
[src]
pub struct Record {
pub latch: u32,
pub x_cm: f32,
pub y_cm: f32,
pub x_cos: f32,
pub y_cos: f32,
pub zlast: Option<f32>,
// some fields omitted
}Fields
latch: u32
x_cm: f32
y_cm: f32
x_cos: f32
y_cos: f32
zlast: Option<f32>
Methods
impl Record[src]
fn similar_to(&self, other: &Record) -> bool
fn bremsstrahlung_or_annihilation(&self) -> bool
fn bit_region(&self) -> u32
fn region_number(&self) -> u32
fn b29(&self) -> bool
fn charged(&self) -> bool
fn crossed_multiple(&self) -> bool
fn weight(&self) -> f32
fn total_energy(&self) -> f32
fn z_positive(&self) -> bool
fn z_cos(&self) -> f32
fn first_scored_by_primary_history(&self) -> bool
Trait Implementations
impl Debug for Record[src]
impl Copy for Record[src]
impl Clone for Record[src]
fn clone(&self) -> Record
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