Struct open_protocol::types::WaypointInit [] [src]

pub struct WaypointInit {
    pub finish_action: WaypointFinishAction,
    // some fields omitted
}

Fields

Methods

impl WaypointInit
[src]

Trait Implementations

impl Debug for WaypointInit
[src]

Formats the value using the given formatter.

impl Copy for WaypointInit
[src]

impl Clone for WaypointInit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointInit
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl IntoBytes for WaypointInit
[src]

impl FromBytes for WaypointInit
[src]