pub struct PhyConfig {
pub strategy: PhyStrategy,
pub preferred_phy: BlePhy,
pub allow_phy_update: bool,
}Expand description
PHY configuration
Fields§
§strategy: PhyStrategyPHY selection strategy
preferred_phy: BlePhyPreferred PHY for connections
allow_phy_update: boolAllow PHY upgrade after connection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhyConfig
impl RefUnwindSafe for PhyConfig
impl Send for PhyConfig
impl Sync for PhyConfig
impl Unpin for PhyConfig
impl UnwindSafe for PhyConfig
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