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