pub struct LeSetHostFeatureV2(/* private fields */);
Expand description
LE Set Host Feature V2 command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetHostFeatureV2
impl Clone for LeSetHostFeatureV2
Sourceยงfn clone(&self) -> LeSetHostFeatureV2
fn clone(&self) -> LeSetHostFeatureV2
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 LeSetHostFeatureV2
impl Cmd for LeSetHostFeatureV2
Sourceยงtype Params = LeSetHostFeatureV2Params
type Params = LeSetHostFeatureV2Params
Parameters type for this command.
Sourceยงfn params(&self) -> &LeSetHostFeatureV2Params
fn params(&self) -> &LeSetHostFeatureV2Params
Parameters expected for this command.
Sourceยงimpl Debug for LeSetHostFeatureV2
impl Debug for LeSetHostFeatureV2
Sourceยงimpl From<LeSetHostFeatureV2Params> for LeSetHostFeatureV2
impl From<LeSetHostFeatureV2Params> for LeSetHostFeatureV2
Sourceยงfn from(params: LeSetHostFeatureV2Params) -> Self
fn from(params: LeSetHostFeatureV2Params) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeSetHostFeatureV2
impl Hash for LeSetHostFeatureV2
Sourceยงimpl Ord for LeSetHostFeatureV2
impl Ord for LeSetHostFeatureV2
Sourceยงfn cmp(&self, other: &LeSetHostFeatureV2) -> Ordering
fn cmp(&self, other: &LeSetHostFeatureV2) -> 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 LeSetHostFeatureV2
impl PartialEq for LeSetHostFeatureV2
Sourceยงimpl PartialOrd for LeSetHostFeatureV2
impl PartialOrd for LeSetHostFeatureV2
Sourceยงimpl SyncCmd for LeSetHostFeatureV2
impl SyncCmd for LeSetHostFeatureV2
Sourceยงtype Return = ()
type Return = ()
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 LeSetHostFeatureV2
impl WriteHci for LeSetHostFeatureV2
impl Copy for LeSetHostFeatureV2
impl Eq for LeSetHostFeatureV2
impl StructuralPartialEq for LeSetHostFeatureV2
Auto Trait Implementationsยง
impl Freeze for LeSetHostFeatureV2
impl RefUnwindSafe for LeSetHostFeatureV2
impl Send for LeSetHostFeatureV2
impl Sync for LeSetHostFeatureV2
impl Unpin for LeSetHostFeatureV2
impl UnwindSafe for LeSetHostFeatureV2
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.