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