pub enum Mode5PlatformType {
GroundVehicle,
AirVehicle,
Unspecified(u8),
}Expand description
UID 396
Variants§
Trait Implementations§
Source§impl Clone for Mode5PlatformType
impl Clone for Mode5PlatformType
Source§fn clone(&self) -> Mode5PlatformType
fn clone(&self) -> Mode5PlatformType
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 Mode5PlatformType
impl Debug for Mode5PlatformType
Source§impl Default for Mode5PlatformType
impl Default for Mode5PlatformType
Source§impl Display for Mode5PlatformType
impl Display for Mode5PlatformType
Source§impl From<Mode5PlatformType> for u8
impl From<Mode5PlatformType> for u8
Source§fn from(value: Mode5PlatformType) -> Self
fn from(value: Mode5PlatformType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Mode5PlatformType
impl From<u8> for Mode5PlatformType
Source§impl Hash for Mode5PlatformType
impl Hash for Mode5PlatformType
Source§impl PartialEq for Mode5PlatformType
impl PartialEq for Mode5PlatformType
impl Copy for Mode5PlatformType
impl Eq for Mode5PlatformType
impl StructuralPartialEq for Mode5PlatformType
Auto Trait Implementations§
impl Freeze for Mode5PlatformType
impl RefUnwindSafe for Mode5PlatformType
impl Send for Mode5PlatformType
impl Sync for Mode5PlatformType
impl Unpin for Mode5PlatformType
impl UnwindSafe for Mode5PlatformType
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