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

Trait Implementations

impl Debug for WaypointUploadIncident
[src]

Formats the value using the given formatter.

impl Copy for WaypointUploadIncident
[src]

impl Clone for WaypointUploadIncident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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