Enum open_protocol::types::MissionType
[−]
[src]
#[repr(u8)]pub enum MissionType { ModeAtti, Waypoint, Hotpoint, Followme, IOC, }
Variants
ModeAttiWaypointHotpointFollowmeIOCMethods
impl MissionType[src]
fn new(v: u8) -> Option<MissionType>
Trait Implementations
impl Debug for MissionType[src]
impl Copy for MissionType[src]
impl Clone for MissionType[src]
fn clone(&self) -> MissionType
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