pub struct DataPathFlags {Show 16 fields
pub infra_bssid_channel_present: bool,
pub infra_address_present: bool,
pub awdl_address_present: bool,
pub rsdb_support: bool,
pub is_umi: bool,
pub dualband_support: bool,
pub airplay_sink: bool,
pub follow_channel_sequence: bool,
pub country_code_present: bool,
pub channel_map_present: bool,
pub airplay_solo_mode_support: bool,
pub umi_support: bool,
pub unicast_options_present: bool,
pub is_realtime: bool,
pub rangeable: bool,
pub extended_flags: bool,
}Fields§
§infra_bssid_channel_present: bool§infra_address_present: bool§awdl_address_present: bool§rsdb_support: bool§is_umi: bool§dualband_support: bool§airplay_sink: bool§follow_channel_sequence: bool§country_code_present: bool§channel_map_present: bool§airplay_solo_mode_support: bool§umi_support: bool§unicast_options_present: bool§is_realtime: bool§rangeable: bool§extended_flags: boolImplementations§
Trait Implementations§
Source§impl Clone for DataPathFlags
impl Clone for DataPathFlags
Source§fn clone(&self) -> DataPathFlags
fn clone(&self) -> DataPathFlags
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 DataPathFlags
impl Debug for DataPathFlags
Source§impl Default for DataPathFlags
impl Default for DataPathFlags
Source§fn default() -> DataPathFlags
fn default() -> DataPathFlags
Returns the “default value” for a type. Read more
Source§impl From<DataPathFlags> for u128
impl From<DataPathFlags> for u128
Source§fn from(value: DataPathFlags) -> Self
fn from(value: DataPathFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathFlags> for u16
impl From<DataPathFlags> for u16
Source§fn from(value: DataPathFlags) -> Self
fn from(value: DataPathFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathFlags> for u32
impl From<DataPathFlags> for u32
Source§fn from(value: DataPathFlags) -> Self
fn from(value: DataPathFlags) -> Self
Converts to this type from the input type.
Source§impl From<DataPathFlags> for u64
impl From<DataPathFlags> for u64
Source§fn from(value: DataPathFlags) -> Self
fn from(value: DataPathFlags) -> Self
Converts to this type from the input type.
Source§impl From<u128> for DataPathFlags
impl From<u128> for DataPathFlags
Source§impl From<u16> for DataPathFlags
impl From<u16> for DataPathFlags
Source§impl From<u32> for DataPathFlags
impl From<u32> for DataPathFlags
Source§impl From<u64> for DataPathFlags
impl From<u64> for DataPathFlags
Source§impl PartialEq for DataPathFlags
impl PartialEq for DataPathFlags
impl Copy for DataPathFlags
impl Eq for DataPathFlags
impl StructuralPartialEq for DataPathFlags
Auto Trait Implementations§
impl Freeze for DataPathFlags
impl RefUnwindSafe for DataPathFlags
impl Send for DataPathFlags
impl Sync for DataPathFlags
impl Unpin for DataPathFlags
impl UnwindSafe for DataPathFlags
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