pub struct LeSetDefaultPhy(/* private fields */);
Expand description
LE Set Default PHY command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetDefaultPhy
impl Clone for LeSetDefaultPhy
Sourceยงfn clone(&self) -> LeSetDefaultPhy
fn clone(&self) -> LeSetDefaultPhy
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 Cmd for LeSetDefaultPhy
impl Cmd for LeSetDefaultPhy
Sourceยงtype Params = LeSetDefaultPhyParams
type Params = LeSetDefaultPhyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeSetDefaultPhyParams
fn params(&self) -> &LeSetDefaultPhyParams
Parameters expected for this command.
Sourceยงimpl Debug for LeSetDefaultPhy
impl Debug for LeSetDefaultPhy
Sourceยงimpl From<LeSetDefaultPhyParams> for LeSetDefaultPhy
impl From<LeSetDefaultPhyParams> for LeSetDefaultPhy
Sourceยงfn from(params: LeSetDefaultPhyParams) -> Self
fn from(params: LeSetDefaultPhyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeSetDefaultPhy
impl Hash for LeSetDefaultPhy
Sourceยงimpl Ord for LeSetDefaultPhy
impl Ord for LeSetDefaultPhy
Sourceยงfn cmp(&self, other: &LeSetDefaultPhy) -> Ordering
fn cmp(&self, other: &LeSetDefaultPhy) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for LeSetDefaultPhy
impl PartialEq for LeSetDefaultPhy
Sourceยงimpl PartialOrd for LeSetDefaultPhy
impl PartialOrd for LeSetDefaultPhy
Sourceยงimpl SyncCmd for LeSetDefaultPhy
impl SyncCmd for LeSetDefaultPhy
Sourceยงtype Return = ()
type Return = ()
The type of the parameters for the
CommandComplete
eventSourceยงfn param_handle(&self)
fn param_handle(&self)
Handle parameter for this command.
Sourceยงfn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
fn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
Extracts the
Self::Handle
from the return parameters for commands that return a handle. Read moreSourceยงimpl WriteHci for LeSetDefaultPhy
impl WriteHci for LeSetDefaultPhy
impl Copy for LeSetDefaultPhy
impl Eq for LeSetDefaultPhy
impl StructuralPartialEq for LeSetDefaultPhy
Auto Trait Implementationsยง
impl Freeze for LeSetDefaultPhy
impl RefUnwindSafe for LeSetDefaultPhy
impl Send for LeSetDefaultPhy
impl Sync for LeSetDefaultPhy
impl Unpin for LeSetDefaultPhy
impl UnwindSafe for LeSetDefaultPhy
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<T> HostToControllerPacket for Twhere
T: Cmd,
impl<T> HostToControllerPacket for Twhere
T: Cmd,
Sourceยงconst KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
const KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
Packet kind associated with this HCI packet.