pub enum PhySwitchDecision {
Keep,
Switch(BlePhy),
}Expand description
PHY switching decision
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PhySwitchDecision
impl Clone for PhySwitchDecision
Source§fn clone(&self) -> PhySwitchDecision
fn clone(&self) -> PhySwitchDecision
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 PhySwitchDecision
impl Debug for PhySwitchDecision
Source§impl PartialEq for PhySwitchDecision
impl PartialEq for PhySwitchDecision
impl Copy for PhySwitchDecision
impl Eq for PhySwitchDecision
impl StructuralPartialEq for PhySwitchDecision
Auto Trait Implementations§
impl Freeze for PhySwitchDecision
impl RefUnwindSafe for PhySwitchDecision
impl Send for PhySwitchDecision
impl Sync for PhySwitchDecision
impl Unpin for PhySwitchDecision
impl UnsafeUnpin for PhySwitchDecision
impl UnwindSafe for PhySwitchDecision
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.