pub struct LeReadChannelMap(/* private fields */);
Expand description
LE Read Channel Map command ๐
Implementationsยง
Sourceยงimpl LeReadChannelMap
impl LeReadChannelMap
Sourcepub fn new(param: ConnHandle) -> Self
pub fn new(param: ConnHandle) -> Self
Create a new instance of the command with the provided parameters.
Trait Implementationsยง
Sourceยงimpl Clone for LeReadChannelMap
impl Clone for LeReadChannelMap
Sourceยงfn clone(&self) -> LeReadChannelMap
fn clone(&self) -> LeReadChannelMap
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 LeReadChannelMap
impl Cmd for LeReadChannelMap
Sourceยงimpl Debug for LeReadChannelMap
impl Debug for LeReadChannelMap
Sourceยงimpl From<ConnHandle> for LeReadChannelMap
impl From<ConnHandle> for LeReadChannelMap
Sourceยงfn from(params: ConnHandle) -> Self
fn from(params: ConnHandle) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeReadChannelMap
impl Hash for LeReadChannelMap
Sourceยงimpl Ord for LeReadChannelMap
impl Ord for LeReadChannelMap
Sourceยงfn cmp(&self, other: &LeReadChannelMap) -> Ordering
fn cmp(&self, other: &LeReadChannelMap) -> 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 LeReadChannelMap
impl PartialEq for LeReadChannelMap
Sourceยงimpl PartialOrd for LeReadChannelMap
impl PartialOrd for LeReadChannelMap
Sourceยงimpl SyncCmd for LeReadChannelMap
impl SyncCmd for LeReadChannelMap
Sourceยงtype Return = LeReadChannelMapReturn
type Return = LeReadChannelMapReturn
The type of the parameters for the
CommandComplete
eventSourceยงtype Handle = ConnHandle
type Handle = ConnHandle
Handle returned by this command.
Sourceยงfn param_handle(&self) -> Self::Handle
fn param_handle(&self) -> Self::Handle
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 LeReadChannelMap
impl WriteHci for LeReadChannelMap
impl Copy for LeReadChannelMap
impl Eq for LeReadChannelMap
impl StructuralPartialEq for LeReadChannelMap
Auto Trait Implementationsยง
impl Freeze for LeReadChannelMap
impl RefUnwindSafe for LeReadChannelMap
impl Send for LeReadChannelMap
impl Sync for LeReadChannelMap
impl Unpin for LeReadChannelMap
impl UnwindSafe for LeReadChannelMap
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.