Enum simulation::uav::PatternType [] [src]

pub enum PatternType {
    Elliptical,
    Rectangular,
    Direct,
}

Variants

Trait Implementations

impl Copy for PatternType
[src]

impl Clone for PatternType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TryFrom<i32> for PatternType
[src]

Unstable (try_from)

The type returned in the event of a conversion error.

Unstable (try_from)

Performs the conversion.