pub struct ReadLocalSupportedFeatures(/* private fields */);
Expand description
Read Local Supported Features command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ReadLocalSupportedFeatures
impl Clone for ReadLocalSupportedFeatures
Sourceยงfn clone(&self) -> ReadLocalSupportedFeatures
fn clone(&self) -> ReadLocalSupportedFeatures
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 ReadLocalSupportedFeatures
impl Cmd for ReadLocalSupportedFeatures
Sourceยงimpl Debug for ReadLocalSupportedFeatures
impl Debug for ReadLocalSupportedFeatures
Sourceยงimpl From<()> for ReadLocalSupportedFeatures
impl From<()> for ReadLocalSupportedFeatures
Sourceยงimpl Hash for ReadLocalSupportedFeatures
impl Hash for ReadLocalSupportedFeatures
Sourceยงimpl Ord for ReadLocalSupportedFeatures
impl Ord for ReadLocalSupportedFeatures
Sourceยงfn cmp(&self, other: &ReadLocalSupportedFeatures) -> Ordering
fn cmp(&self, other: &ReadLocalSupportedFeatures) -> 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 ReadLocalSupportedFeatures
impl PartialEq for ReadLocalSupportedFeatures
Sourceยงfn eq(&self, other: &ReadLocalSupportedFeatures) -> bool
fn eq(&self, other: &ReadLocalSupportedFeatures) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for ReadLocalSupportedFeatures
impl PartialOrd for ReadLocalSupportedFeatures
Sourceยงimpl SyncCmd for ReadLocalSupportedFeatures
impl SyncCmd for ReadLocalSupportedFeatures
Sourceยงtype Return = LmpFeatureMask
type Return = LmpFeatureMask
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 ReadLocalSupportedFeatures
impl WriteHci for ReadLocalSupportedFeatures
impl Copy for ReadLocalSupportedFeatures
impl Eq for ReadLocalSupportedFeatures
impl StructuralPartialEq for ReadLocalSupportedFeatures
Auto Trait Implementationsยง
impl Freeze for ReadLocalSupportedFeatures
impl RefUnwindSafe for ReadLocalSupportedFeatures
impl Send for ReadLocalSupportedFeatures
impl Sync for ReadLocalSupportedFeatures
impl Unpin for ReadLocalSupportedFeatures
impl UnwindSafe for ReadLocalSupportedFeatures
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.