Struct dis_rs::enumerations::LandPlatformCapabilities
source · 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,
}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 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 LandPlatformCapabilities
impl Debug 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
source§fn eq(&self, other: &LandPlatformCapabilities) -> bool
fn eq(&self, other: &LandPlatformCapabilities) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for LandPlatformCapabilities
impl Eq for LandPlatformCapabilities
impl StructuralEq for LandPlatformCapabilities
impl StructuralPartialEq for LandPlatformCapabilities
Auto Trait Implementations§
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