pub struct ReadLocalExtendedFeatures(/* private fields */);Expand description
Read Local Extended Features command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ReadLocalExtendedFeatures
impl Clone for ReadLocalExtendedFeatures
Sourceยงfn clone(&self) -> ReadLocalExtendedFeatures
fn clone(&self) -> ReadLocalExtendedFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท 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 ReadLocalExtendedFeatures
impl Cmd for ReadLocalExtendedFeatures
Sourceยงtype Params = ReadLocalSupportedFeaturesParams
type Params = ReadLocalSupportedFeaturesParams
Parameters type for this command.
Sourceยงfn params(&self) -> &ReadLocalSupportedFeaturesParams
fn params(&self) -> &ReadLocalSupportedFeaturesParams
Parameters expected for this command.
Sourceยงimpl Debug for ReadLocalExtendedFeatures
impl Debug for ReadLocalExtendedFeatures
Sourceยงimpl From<ReadLocalSupportedFeaturesParams> for ReadLocalExtendedFeatures
impl From<ReadLocalSupportedFeaturesParams> for ReadLocalExtendedFeatures
Sourceยงfn from(params: ReadLocalSupportedFeaturesParams) -> Self
fn from(params: ReadLocalSupportedFeaturesParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for ReadLocalExtendedFeatures
impl Hash for ReadLocalExtendedFeatures
Sourceยงimpl Ord for ReadLocalExtendedFeatures
impl Ord for ReadLocalExtendedFeatures
Sourceยงfn cmp(&self, other: &ReadLocalExtendedFeatures) -> Ordering
fn cmp(&self, other: &ReadLocalExtendedFeatures) -> Ordering
1.21.0 (const: unstable) ยท 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 ReadLocalExtendedFeatures
impl PartialEq for ReadLocalExtendedFeatures
Sourceยงfn eq(&self, other: &ReadLocalExtendedFeatures) -> bool
fn eq(&self, other: &ReadLocalExtendedFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.Sourceยงimpl PartialOrd for ReadLocalExtendedFeatures
impl PartialOrd for ReadLocalExtendedFeatures
Sourceยงimpl SyncCmd for ReadLocalExtendedFeatures
impl SyncCmd for ReadLocalExtendedFeatures
Sourceยงtype Return = ExtendedLmpFeatures
type Return = ExtendedLmpFeatures
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 ReadLocalExtendedFeatures
impl WriteHci for ReadLocalExtendedFeatures
impl Copy for ReadLocalExtendedFeatures
impl Eq for ReadLocalExtendedFeatures
impl StructuralPartialEq for ReadLocalExtendedFeatures
Auto Trait Implementationsยง
impl Freeze for ReadLocalExtendedFeatures
impl RefUnwindSafe for ReadLocalExtendedFeatures
impl Send for ReadLocalExtendedFeatures
impl Sync for ReadLocalExtendedFeatures
impl Unpin for ReadLocalExtendedFeatures
impl UnsafeUnpin for ReadLocalExtendedFeatures
impl UnwindSafe for ReadLocalExtendedFeatures
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.