pub enum AutopilotType {
Unknown,
Generic,
ArduPilotMega,
Px4,
}Expand description
MAVLink autopilot firmware type.
Variants§
Trait Implementations§
Source§impl Clone for AutopilotType
impl Clone for AutopilotType
Source§fn clone(&self) -> AutopilotType
fn clone(&self) -> AutopilotType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutopilotType
impl Debug for AutopilotType
Source§impl Default for AutopilotType
impl Default for AutopilotType
Source§fn default() -> AutopilotType
fn default() -> AutopilotType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutopilotType
impl<'de> Deserialize<'de> for AutopilotType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AutopilotType
impl PartialEq for AutopilotType
Source§impl Serialize for AutopilotType
impl Serialize for AutopilotType
impl Copy for AutopilotType
impl Eq for AutopilotType
impl StructuralPartialEq for AutopilotType
Auto Trait Implementations§
impl Freeze for AutopilotType
impl RefUnwindSafe for AutopilotType
impl Send for AutopilotType
impl Sync for AutopilotType
impl Unpin for AutopilotType
impl UnsafeUnpin for AutopilotType
impl UnwindSafe for AutopilotType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more