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