Struct open_protocol::types::WaypointReachIncident [] [src]

pub struct WaypointReachIncident {
    pub incident_type: IncidentType,
    pub waypoint_index: u8,
    pub current_status: u8,
    pub reserved_1: u8,
    pub reserved_2: u8,
}

Fields

Trait Implementations

impl Debug for WaypointReachIncident
[src]

Formats the value using the given formatter.

impl Copy for WaypointReachIncident
[src]

impl Clone for WaypointReachIncident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointReachIncident
[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 WaypointReachIncident
[src]