pub struct LandPlatformCapabilities {
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 450
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 LandPlatformCapabilities
impl Clone for LandPlatformCapabilities
Source§fn clone(&self) -> LandPlatformCapabilities
fn clone(&self) -> LandPlatformCapabilities
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 LandPlatformCapabilities
impl Debug for LandPlatformCapabilities
Source§impl Default for LandPlatformCapabilities
impl Default for LandPlatformCapabilities
Source§fn default() -> LandPlatformCapabilities
fn default() -> LandPlatformCapabilities
Returns the “default value” for a type. Read more
Source§impl Display for LandPlatformCapabilities
impl Display for LandPlatformCapabilities
Source§impl From<LandPlatformCapabilities> for u32
impl From<LandPlatformCapabilities> for u32
Source§fn from(value: LandPlatformCapabilities) -> Self
fn from(value: LandPlatformCapabilities) -> Self
Converts to this type from the input type.
Source§impl From<u32> for LandPlatformCapabilities
impl From<u32> for LandPlatformCapabilities
Source§impl Hash for LandPlatformCapabilities
impl Hash for LandPlatformCapabilities
Source§impl PartialEq for LandPlatformCapabilities
impl PartialEq for LandPlatformCapabilities
impl Copy for LandPlatformCapabilities
impl Eq for LandPlatformCapabilities
impl StructuralPartialEq for LandPlatformCapabilities
Auto Trait Implementations§
impl Freeze for LandPlatformCapabilities
impl RefUnwindSafe for LandPlatformCapabilities
impl Send for LandPlatformCapabilities
impl Sync for LandPlatformCapabilities
impl Unpin for LandPlatformCapabilities
impl UnwindSafe for LandPlatformCapabilities
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