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