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
incident_type: IncidentType
waypoint_index: u8
current_status: u8
reserved_1: u8
reserved_2: u8
Trait Implementations
impl Debug for WaypointReachIncident
[src]
impl Copy for WaypointReachIncident
[src]
impl Clone for WaypointReachIncident
[src]
fn clone(&self) -> WaypointReachIncident
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for WaypointReachIncident
[src]
fn eq(&self, __arg_0: &WaypointReachIncident) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WaypointReachIncident) -> bool
This method tests for !=
.