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 weight: f32,
    pub zlast: Option<f32>,
    // some fields omitted
}

Fields

Methods

impl Record
[src]

Trait Implementations

impl Debug for Record
[src]

Formats the value using the given formatter.

impl Copy for Record
[src]

impl Clone for Record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more