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