pub struct DataPathExtendedFlags {Show 14 fields
pub log_trigger_id_present: bool,
pub ranging_discovery_supported: bool,
pub rlfc_present: bool,
pub is_social_channel_map_supported: bool,
pub dynamic_sdb_active: bool,
pub stats_present: bool,
pub dfs_proxy_support: bool,
pub high_efficiency_support: bool,
pub is_sidekick_hub: bool,
pub fast_discovery_active: bool,
pub wifi_six_e_support: bool,
pub ultra_low_latency_infra_support: bool,
pub pro_mode_active: bool,
pub unknown: u8,
}Fields§
§log_trigger_id_present: bool§ranging_discovery_supported: bool§rlfc_present: bool§dynamic_sdb_active: bool§stats_present: bool§dfs_proxy_support: bool§high_efficiency_support: bool§is_sidekick_hub: bool§fast_discovery_active: bool§wifi_six_e_support: bool§ultra_low_latency_infra_support: bool§pro_mode_active: bool§unknown: u8Implementations§
Trait Implementations§
Source§impl Clone for DataPathExtendedFlags
impl Clone for DataPathExtendedFlags
Source§fn clone(&self) -> DataPathExtendedFlags
fn clone(&self) -> DataPathExtendedFlags
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 DataPathExtendedFlags
impl Debug for DataPathExtendedFlags
Source§impl Default for DataPathExtendedFlags
impl Default for DataPathExtendedFlags
Source§fn default() -> DataPathExtendedFlags
fn default() -> DataPathExtendedFlags
Returns the “default value” for a type. Read more
Source§impl From<DataPathExtendedFlags> for u128
impl From<DataPathExtendedFlags> for u128
Source§fn from(value: DataPathExtendedFlags) -> Self
fn from(value: DataPathExtendedFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathExtendedFlags> for u16
impl From<DataPathExtendedFlags> for u16
Source§fn from(value: DataPathExtendedFlags) -> Self
fn from(value: DataPathExtendedFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathExtendedFlags> for u32
impl From<DataPathExtendedFlags> for u32
Source§fn from(value: DataPathExtendedFlags) -> Self
fn from(value: DataPathExtendedFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathExtendedFlags> for u64
impl From<DataPathExtendedFlags> for u64
Source§fn from(value: DataPathExtendedFlags) -> Self
fn from(value: DataPathExtendedFlags) -> Self
Converts to this type from the input type.
Source§impl From<u128> for DataPathExtendedFlags
impl From<u128> for DataPathExtendedFlags
Source§impl From<u16> for DataPathExtendedFlags
impl From<u16> for DataPathExtendedFlags
Source§impl From<u32> for DataPathExtendedFlags
impl From<u32> for DataPathExtendedFlags
Source§impl From<u64> for DataPathExtendedFlags
impl From<u64> for DataPathExtendedFlags
Source§impl PartialEq for DataPathExtendedFlags
impl PartialEq for DataPathExtendedFlags
impl Copy for DataPathExtendedFlags
impl Eq for DataPathExtendedFlags
impl StructuralPartialEq for DataPathExtendedFlags
Auto Trait Implementations§
impl Freeze for DataPathExtendedFlags
impl RefUnwindSafe for DataPathExtendedFlags
impl Send for DataPathExtendedFlags
impl Sync for DataPathExtendedFlags
impl Unpin for DataPathExtendedFlags
impl UnwindSafe for DataPathExtendedFlags
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