Struct ophir::data::BeamPosition [] [src]

pub struct BeamPosition {
    pub x: f32,
    pub y: f32,
}

Fields

Methods

impl BeamPosition
[src]

Trait Implementations

impl Debug for BeamPosition
[src]

Formats the value using the given formatter.

impl Copy for BeamPosition
[src]

impl Clone for BeamPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more