pub enum HeightType {
AboveTakeoff,
AboveGroundLevel,
}Variants§
Trait Implementations§
Source§impl Clone for HeightType
impl Clone for HeightType
Source§fn clone(&self) -> HeightType
fn clone(&self) -> HeightType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeightType
impl Debug for HeightType
Source§impl From<HeightType> for u8
impl From<HeightType> for u8
Source§fn from(val: HeightType) -> Self
fn from(val: HeightType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for HeightType
impl From<u8> for HeightType
Source§impl PartialEq for HeightType
impl PartialEq for HeightType
impl Copy for HeightType
impl StructuralPartialEq for HeightType
Auto Trait Implementations§
impl Freeze for HeightType
impl RefUnwindSafe for HeightType
impl Send for HeightType
impl Sync for HeightType
impl Unpin for HeightType
impl UnwindSafe for HeightType
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)