Struct dis_rs::enumerations::AirPlatformCapabilities
source · pub struct AirPlatformCapabilities {
pub ammunition_supply: bool,
pub fuel_supply: bool,
pub recovery: bool,
pub repair: bool,
pub adsb: bool,
pub sling_load_carrier: bool,
pub sling_loadable: bool,
pub ied_presence_indicator: bool,
pub task_organizable: bool,
pub laircm: bool,
}Fields§
§ammunition_supply: bool§fuel_supply: bool§recovery: bool§repair: bool§adsb: bool§sling_load_carrier: bool§sling_loadable: bool§ied_presence_indicator: bool§task_organizable: bool§laircm: boolTrait Implementations§
source§impl Clone for AirPlatformCapabilities
impl Clone for AirPlatformCapabilities
source§fn clone(&self) -> AirPlatformCapabilities
fn clone(&self) -> AirPlatformCapabilities
Returns a copy 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 AirPlatformCapabilities
impl Debug for AirPlatformCapabilities
source§impl From<AirPlatformCapabilities> for u32
impl From<AirPlatformCapabilities> for u32
source§fn from(value: AirPlatformCapabilities) -> Self
fn from(value: AirPlatformCapabilities) -> Self
Converts to this type from the input type.
source§impl From<u32> for AirPlatformCapabilities
impl From<u32> for AirPlatformCapabilities
source§impl Hash for AirPlatformCapabilities
impl Hash for AirPlatformCapabilities
source§impl PartialEq for AirPlatformCapabilities
impl PartialEq for AirPlatformCapabilities
source§fn eq(&self, other: &AirPlatformCapabilities) -> bool
fn eq(&self, other: &AirPlatformCapabilities) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AirPlatformCapabilities
impl Eq for AirPlatformCapabilities
impl StructuralEq for AirPlatformCapabilities
impl StructuralPartialEq for AirPlatformCapabilities
Auto Trait Implementations§
impl RefUnwindSafe for AirPlatformCapabilities
impl Send for AirPlatformCapabilities
impl Sync for AirPlatformCapabilities
impl Unpin for AirPlatformCapabilities
impl UnwindSafe for AirPlatformCapabilities
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