pub enum UAType {
Show 16 variants
None = 0,
Aeroplane = 1,
HelicopterOrMultirotor = 2,
Gyroplane = 3,
HybridLift = 4,
Ornithopter = 5,
Glider = 6,
Kite = 7,
FreeBalloon = 8,
CaptiveBalloon = 9,
Airship = 10,
FreeFallParachute = 11,
Rocket = 12,
TetheredPoweredAircraft = 13,
GroundObstacle = 14,
Other = 15,
}Variants§
None = 0
Aeroplane = 1
HelicopterOrMultirotor = 2
Gyroplane = 3
HybridLift = 4
Ornithopter = 5
Glider = 6
Kite = 7
FreeBalloon = 8
CaptiveBalloon = 9
Airship = 10
FreeFallParachute = 11
Rocket = 12
TetheredPoweredAircraft = 13
GroundObstacle = 14
Other = 15
Trait Implementations§
impl Copy for UAType
impl StructuralPartialEq for UAType
Auto Trait Implementations§
impl Freeze for UAType
impl RefUnwindSafe for UAType
impl Send for UAType
impl Sync for UAType
impl Unpin for UAType
impl UnwindSafe for UAType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)