Struct riscan_pro::scan_position::Scan [] [src]

pub struct Scan {
    pub name: String,
    pub file: String,
    pub phi_count: usize,
    pub theta_count: usize,
}

A scan.

Fields

The name of the scan.

The file name of the scan.

The number of measurements in the phi direction.

The number of measurements in the theta direction.

Trait Implementations

impl Clone for Scan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Scan
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Scan
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.