Struct open_protocol::types::WaypointFinishIncident
[−]
[src]
pub struct WaypointFinishIncident {
pub incident_type: IncidentType,
pub repeat: u8,
pub reserved_1: u16,
pub reserved_2: u16,
}Fields
incident_type: IncidentType
repeat: u8
reserved_1: u16
reserved_2: u16
Trait Implementations
impl Debug for WaypointFinishIncident[src]
impl Copy for WaypointFinishIncident[src]
impl Clone for WaypointFinishIncident[src]
fn clone(&self) -> WaypointFinishIncident
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 WaypointFinishIncident[src]
fn eq(&self, __arg_0: &WaypointFinishIncident) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WaypointFinishIncident) -> bool
This method tests for !=.