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