Struct open_protocol::types::WaypointDataAck [] [src]

pub struct WaypointDataAck {
    pub index: u8,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for WaypointDataAck
[src]

Formats the value using the given formatter.

impl Copy for WaypointDataAck
[src]

impl Clone for WaypointDataAck
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl AckCode for WaypointDataAck
[src]