pub struct LeReadMaxDataLength(/* private fields */);
Expand description
LE Read Maximum Data Length command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeReadMaxDataLength
impl Clone for LeReadMaxDataLength
Sourceยงfn clone(&self) -> LeReadMaxDataLength
fn clone(&self) -> LeReadMaxDataLength
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 LeReadMaxDataLength
impl Cmd for LeReadMaxDataLength
Sourceยงimpl Debug for LeReadMaxDataLength
impl Debug for LeReadMaxDataLength
Sourceยงimpl Default for LeReadMaxDataLength
impl Default for LeReadMaxDataLength
Sourceยงimpl From<()> for LeReadMaxDataLength
impl From<()> for LeReadMaxDataLength
Sourceยงimpl Hash for LeReadMaxDataLength
impl Hash for LeReadMaxDataLength
Sourceยงimpl Ord for LeReadMaxDataLength
impl Ord for LeReadMaxDataLength
Sourceยงfn cmp(&self, other: &LeReadMaxDataLength) -> Ordering
fn cmp(&self, other: &LeReadMaxDataLength) -> 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 LeReadMaxDataLength
impl PartialEq for LeReadMaxDataLength
Sourceยงimpl PartialOrd for LeReadMaxDataLength
impl PartialOrd for LeReadMaxDataLength
Sourceยงimpl SyncCmd for LeReadMaxDataLength
impl SyncCmd for LeReadMaxDataLength
Sourceยงtype Return = LeReadMaxDataLengthReturn
type Return = LeReadMaxDataLengthReturn
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 LeReadMaxDataLength
impl WriteHci for LeReadMaxDataLength
impl Copy for LeReadMaxDataLength
impl Eq for LeReadMaxDataLength
impl StructuralPartialEq for LeReadMaxDataLength
Auto Trait Implementationsยง
impl Freeze for LeReadMaxDataLength
impl RefUnwindSafe for LeReadMaxDataLength
impl Send for LeReadMaxDataLength
impl Sync for LeReadMaxDataLength
impl Unpin for LeReadMaxDataLength
impl UnwindSafe for LeReadMaxDataLength
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.