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