pub struct LeLongTermKeyRequestNegativeReply(/* private fields */);
Expand description
LE Long Term Key Request Negative Reply command ๐
Implementationsยง
Sourceยงimpl LeLongTermKeyRequestNegativeReply
impl LeLongTermKeyRequestNegativeReply
Sourcepub fn new(param: ConnHandle) -> Self
pub fn new(param: ConnHandle) -> Self
Create a new instance of the command with the provided parameters.
Trait Implementationsยง
Sourceยงimpl Clone for LeLongTermKeyRequestNegativeReply
impl Clone for LeLongTermKeyRequestNegativeReply
Sourceยงfn clone(&self) -> LeLongTermKeyRequestNegativeReply
fn clone(&self) -> LeLongTermKeyRequestNegativeReply
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 From<ConnHandle> for LeLongTermKeyRequestNegativeReply
impl From<ConnHandle> for LeLongTermKeyRequestNegativeReply
Sourceยงfn from(params: ConnHandle) -> Self
fn from(params: ConnHandle) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for LeLongTermKeyRequestNegativeReply
impl Ord for LeLongTermKeyRequestNegativeReply
Sourceยงfn cmp(&self, other: &LeLongTermKeyRequestNegativeReply) -> Ordering
fn cmp(&self, other: &LeLongTermKeyRequestNegativeReply) -> 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 LeLongTermKeyRequestNegativeReply
impl PartialEq for LeLongTermKeyRequestNegativeReply
Sourceยงfn eq(&self, other: &LeLongTermKeyRequestNegativeReply) -> bool
fn eq(&self, other: &LeLongTermKeyRequestNegativeReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeLongTermKeyRequestNegativeReply
impl PartialOrd for LeLongTermKeyRequestNegativeReply
Sourceยงimpl SyncCmd for LeLongTermKeyRequestNegativeReply
impl SyncCmd for LeLongTermKeyRequestNegativeReply
Sourceยงtype Return = ConnHandle
type Return = ConnHandle
The type of the parameters for the
CommandComplete
eventSourceยงtype Handle = ConnHandle
type Handle = ConnHandle
Handle returned by this command.
Sourceยงfn param_handle(&self) -> Self::Handle
fn param_handle(&self) -> Self::Handle
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 LeLongTermKeyRequestNegativeReply
impl WriteHci for LeLongTermKeyRequestNegativeReply
impl Copy for LeLongTermKeyRequestNegativeReply
impl Eq for LeLongTermKeyRequestNegativeReply
impl StructuralPartialEq for LeLongTermKeyRequestNegativeReply
Auto Trait Implementationsยง
impl Freeze for LeLongTermKeyRequestNegativeReply
impl RefUnwindSafe for LeLongTermKeyRequestNegativeReply
impl Send for LeLongTermKeyRequestNegativeReply
impl Sync for LeLongTermKeyRequestNegativeReply
impl Unpin for LeLongTermKeyRequestNegativeReply
impl UnwindSafe for LeLongTermKeyRequestNegativeReply
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.