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,
}Expand description
UID 452
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 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 SurfacePlatformCapabilities
impl Debug for SurfacePlatformCapabilities
Source§impl Default for SurfacePlatformCapabilities
impl Default for SurfacePlatformCapabilities
Source§fn default() -> SurfacePlatformCapabilities
fn default() -> SurfacePlatformCapabilities
Returns the “default value” for a type. Read more
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
impl Copy for SurfacePlatformCapabilities
impl Eq for SurfacePlatformCapabilities
impl StructuralPartialEq for SurfacePlatformCapabilities
Auto Trait Implementations§
impl Freeze for SurfacePlatformCapabilities
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