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