pub struct PhyPreference {
pub tx: BlePhy,
pub rx: BlePhy,
}Expand description
PHY preference for connection
Fields§
§tx: BlePhyPreferred TX PHY
rx: BlePhyPreferred RX PHY
Implementations§
Source§impl PhyPreference
impl PhyPreference
Trait Implementations§
Source§impl Clone for PhyPreference
impl Clone for PhyPreference
Source§fn clone(&self) -> PhyPreference
fn clone(&self) -> PhyPreference
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 PhyPreference
impl Debug for PhyPreference
Source§impl Default for PhyPreference
impl Default for PhyPreference
Source§impl PartialEq for PhyPreference
impl PartialEq for PhyPreference
impl Copy for PhyPreference
impl Eq for PhyPreference
impl StructuralPartialEq for PhyPreference
Auto Trait Implementations§
impl Freeze for PhyPreference
impl RefUnwindSafe for PhyPreference
impl Send for PhyPreference
impl Sync for PhyPreference
impl Unpin for PhyPreference
impl UnwindSafe for PhyPreference
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