pub struct ReadLocalSupportedCmds(/* private fields */);
Expand description
Read Local Supported Commands command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ReadLocalSupportedCmds
impl Clone for ReadLocalSupportedCmds
Sourceยงfn clone(&self) -> ReadLocalSupportedCmds
fn clone(&self) -> ReadLocalSupportedCmds
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 ReadLocalSupportedCmds
impl Cmd for ReadLocalSupportedCmds
Sourceยงimpl Debug for ReadLocalSupportedCmds
impl Debug for ReadLocalSupportedCmds
Sourceยงimpl Default for ReadLocalSupportedCmds
impl Default for ReadLocalSupportedCmds
Sourceยงimpl From<()> for ReadLocalSupportedCmds
impl From<()> for ReadLocalSupportedCmds
Sourceยงimpl Hash for ReadLocalSupportedCmds
impl Hash for ReadLocalSupportedCmds
Sourceยงimpl Ord for ReadLocalSupportedCmds
impl Ord for ReadLocalSupportedCmds
Sourceยงfn cmp(&self, other: &ReadLocalSupportedCmds) -> Ordering
fn cmp(&self, other: &ReadLocalSupportedCmds) -> 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 ReadLocalSupportedCmds
impl PartialEq for ReadLocalSupportedCmds
Sourceยงimpl PartialOrd for ReadLocalSupportedCmds
impl PartialOrd for ReadLocalSupportedCmds
Sourceยงimpl SyncCmd for ReadLocalSupportedCmds
impl SyncCmd for ReadLocalSupportedCmds
Sourceยงtype Return = CmdMask
type Return = CmdMask
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 ReadLocalSupportedCmds
impl WriteHci for ReadLocalSupportedCmds
impl Copy for ReadLocalSupportedCmds
impl Eq for ReadLocalSupportedCmds
impl StructuralPartialEq for ReadLocalSupportedCmds
Auto Trait Implementationsยง
impl Freeze for ReadLocalSupportedCmds
impl RefUnwindSafe for ReadLocalSupportedCmds
impl Send for ReadLocalSupportedCmds
impl Sync for ReadLocalSupportedCmds
impl Unpin for ReadLocalSupportedCmds
impl UnwindSafe for ReadLocalSupportedCmds
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.