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