pub struct LeRemoteConnectionParameterRequestNegativeReply(/* private fields */);
Expand description
LE Remote Connection Parameter Request Negative Reply ๐
Implementationsยง
Sourceยงimpl LeRemoteConnectionParameterRequestNegativeReply
impl LeRemoteConnectionParameterRequestNegativeReply
Sourcepub fn new(
handle: ConnHandle,
reason: RemoteConnectionParamsRejectReason,
) -> Self
pub fn new( handle: ConnHandle, reason: RemoteConnectionParamsRejectReason, ) -> Self
Create a new instance of a command.
Trait Implementationsยง
Sourceยงimpl Clone for LeRemoteConnectionParameterRequestNegativeReply
impl Clone for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงfn clone(&self) -> LeRemoteConnectionParameterRequestNegativeReply
fn clone(&self) -> LeRemoteConnectionParameterRequestNegativeReply
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 LeRemoteConnectionParameterRequestNegativeReply
impl Cmd for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงtype Params = LeRemoteConnectionParameterRequestNegativeReplyParams
type Params = LeRemoteConnectionParameterRequestNegativeReplyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeRemoteConnectionParameterRequestNegativeReplyParams
fn params(&self) -> &LeRemoteConnectionParameterRequestNegativeReplyParams
Parameters expected for this command.
Sourceยงimpl From<LeRemoteConnectionParameterRequestNegativeReplyParams> for LeRemoteConnectionParameterRequestNegativeReply
impl From<LeRemoteConnectionParameterRequestNegativeReplyParams> for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงfn from(params: LeRemoteConnectionParameterRequestNegativeReplyParams) -> Self
fn from(params: LeRemoteConnectionParameterRequestNegativeReplyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for LeRemoteConnectionParameterRequestNegativeReply
impl Ord for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงfn cmp(
&self,
other: &LeRemoteConnectionParameterRequestNegativeReply,
) -> Ordering
fn cmp( &self, other: &LeRemoteConnectionParameterRequestNegativeReply, ) -> 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 LeRemoteConnectionParameterRequestNegativeReply
impl PartialEq for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงfn eq(&self, other: &LeRemoteConnectionParameterRequestNegativeReply) -> bool
fn eq(&self, other: &LeRemoteConnectionParameterRequestNegativeReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeRemoteConnectionParameterRequestNegativeReply
impl PartialOrd for LeRemoteConnectionParameterRequestNegativeReply
Sourceยงimpl WriteHci for LeRemoteConnectionParameterRequestNegativeReply
impl WriteHci for LeRemoteConnectionParameterRequestNegativeReply
impl Copy for LeRemoteConnectionParameterRequestNegativeReply
impl Eq for LeRemoteConnectionParameterRequestNegativeReply
impl StructuralPartialEq for LeRemoteConnectionParameterRequestNegativeReply
Auto Trait Implementationsยง
impl Freeze for LeRemoteConnectionParameterRequestNegativeReply
impl RefUnwindSafe for LeRemoteConnectionParameterRequestNegativeReply
impl Send for LeRemoteConnectionParameterRequestNegativeReply
impl Sync for LeRemoteConnectionParameterRequestNegativeReply
impl Unpin for LeRemoteConnectionParameterRequestNegativeReply
impl UnwindSafe for LeRemoteConnectionParameterRequestNegativeReply
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.