pub struct SubsurfacePlatformCapabilities {
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,
}Expand description
UID 453
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 SubsurfacePlatformCapabilities
impl Clone for SubsurfacePlatformCapabilities
Source§fn clone(&self) -> SubsurfacePlatformCapabilities
fn clone(&self) -> SubsurfacePlatformCapabilities
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 Default for SubsurfacePlatformCapabilities
impl Default for SubsurfacePlatformCapabilities
Source§fn default() -> SubsurfacePlatformCapabilities
fn default() -> SubsurfacePlatformCapabilities
Returns the “default value” for a type. Read more
Source§impl From<SubsurfacePlatformCapabilities> for u32
impl From<SubsurfacePlatformCapabilities> for u32
Source§fn from(value: SubsurfacePlatformCapabilities) -> Self
fn from(value: SubsurfacePlatformCapabilities) -> Self
Converts to this type from the input type.
Source§impl From<u32> for SubsurfacePlatformCapabilities
impl From<u32> for SubsurfacePlatformCapabilities
Source§impl PartialEq for SubsurfacePlatformCapabilities
impl PartialEq for SubsurfacePlatformCapabilities
Source§fn eq(&self, other: &SubsurfacePlatformCapabilities) -> bool
fn eq(&self, other: &SubsurfacePlatformCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubsurfacePlatformCapabilities
impl Eq for SubsurfacePlatformCapabilities
impl StructuralPartialEq for SubsurfacePlatformCapabilities
Auto Trait Implementations§
impl Freeze for SubsurfacePlatformCapabilities
impl RefUnwindSafe for SubsurfacePlatformCapabilities
impl Send for SubsurfacePlatformCapabilities
impl Sync for SubsurfacePlatformCapabilities
impl Unpin for SubsurfacePlatformCapabilities
impl UnwindSafe for SubsurfacePlatformCapabilities
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