Enum open_protocol::types::WaypointYawMode [] [src]

#[repr(u8)]
pub enum WaypointYawMode { Auto, Initial, RC, Point, }

Variants

Trait Implementations

impl Debug for WaypointYawMode
[src]

Formats the value using the given formatter.

impl Copy for WaypointYawMode
[src]

impl Clone for WaypointYawMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointYawMode
[src]

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

This method tests for !=.

impl From<u8> for WaypointYawMode
[src]

Performs the conversion.