Enum las::point::ScanDirection [] [src]

pub enum ScanDirection {
    Positive,
    Negative,
}

The direction at which the scanner mirror was travelling at the time of the output pulse.

Variants

Positive scan direction.

Negative scan direction.

Trait Implementations

impl PartialEq for ScanDirection
[src]

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

This method tests for !=.

impl Debug for ScanDirection
[src]

Formats the value using the given formatter.

impl Copy for ScanDirection
[src]

impl Clone for ScanDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u8> for ScanDirection
[src]

Performs the conversion.

impl Default for ScanDirection
[src]

Returns the "default value" for a type. Read more