Struct open_protocol::types::WaypointStatus [] [src]

pub struct WaypointStatus {
    pub mission_type: MissionType,
    pub target_waypoint: u8,
    pub current_status: u8,
    pub error_notification: u8,
    pub reserved: u16,
}

Fields

Trait Implementations

impl Debug for WaypointStatus
[src]

Formats the value using the given formatter.

impl Copy for WaypointStatus
[src]

impl Clone for WaypointStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointStatus
[src]

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

This method tests for !=.

impl FromBytes for WaypointStatus
[src]