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