pub struct SetPhyConfiguration(/* private fields */);
Expand description
Set PHY Configuration Command
Implementations§
Methods from Deref<Target = Phys>§
pub const Br1M1Slot: Self
pub const Br1M3Slot: Self
pub const Br1M5Slot: Self
pub const Edr2M1Slot: Self
pub const Edr2M3Slot: Self
pub const Edr2M5Slot: Self
pub const Edr3M1Slot: Self
pub const Edr3M3Slot: Self
pub const Edr3M5Slot: Self
pub const Le1MTx: Self
pub const Le1MRx: Self
pub const Le2MTx: Self
pub const Le2MRx: Self
pub const LeCodedTx: Self
pub const LeCodedRx: Self
Sourcepub fn intersects(&self, other: Self) -> bool
pub fn intersects(&self, other: Self) -> bool
Returns true
if there are flags common to both self
and other
.
Trait Implementations§
Source§impl AsMut<Phys> for SetPhyConfiguration
impl AsMut<Phys> for SetPhyConfiguration
Source§impl AsRef<Phys> for SetPhyConfiguration
impl AsRef<Phys> for SetPhyConfiguration
Source§impl CommandRequest for SetPhyConfiguration
impl CommandRequest for SetPhyConfiguration
Source§const CODE: CommandCode = CommandCode::SetPhyConfiguration
const CODE: CommandCode = CommandCode::SetPhyConfiguration
Command code.
Source§type Reply = SetPhyConfigurationReply
type Reply = SetPhyConfigurationReply
Return type for this command.
Source§impl Debug for SetPhyConfiguration
impl Debug for SetPhyConfiguration
Source§impl Deref for SetPhyConfiguration
impl Deref for SetPhyConfiguration
Source§impl DerefMut for SetPhyConfiguration
impl DerefMut for SetPhyConfiguration
Source§impl From<Phys> for SetPhyConfiguration
impl From<Phys> for SetPhyConfiguration
Source§impl From<SetPhyConfiguration> for Command
impl From<SetPhyConfiguration> for Command
Source§fn from(v: SetPhyConfiguration) -> Self
fn from(v: SetPhyConfiguration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetPhyConfiguration
impl RefUnwindSafe for SetPhyConfiguration
impl Send for SetPhyConfiguration
impl Sync for SetPhyConfiguration
impl Unpin for SetPhyConfiguration
impl UnwindSafe for SetPhyConfiguration
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