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