[][src]Struct velodyne::hdl64::LaserCalib

pub struct LaserCalib {
    pub min_intensity: u8,
    pub max_intensity: u8,
    pub rot_corr_sin: f32,
    pub rot_corr_cos: f32,
    pub vert_corr_sin: f32,
    pub vert_corr_cos: f32,
    pub dist_correction: f32,
    pub dist_corr_x: f32,
    pub dist_corr_y: f32,
    pub vert_offset: f32,
    pub horiz_offset: f32,
    pub focal_dist: f32,
    pub focal_slope: f32,
}

Laser calibration data

Fields

min_intensity: u8max_intensity: u8rot_corr_sin: f32rot_corr_cos: f32vert_corr_sin: f32vert_corr_cos: f32dist_correction: f32dist_corr_x: f32dist_corr_y: f32vert_offset: f32horiz_offset: f32focal_dist: f32focal_slope: f32

Trait Implementations

impl Default for LaserCalib[src]

impl Clone for LaserCalib[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LaserCalib[src]

Auto Trait Implementations

impl Send for LaserCalib

impl Sync for LaserCalib

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]