pub struct TruncatedPageCancel(/* private fields */);
Expand description
Truncated Page Cancel command ๐
Requests cancellation of an ongoing Truncated Page process.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for TruncatedPageCancel
impl Clone for TruncatedPageCancel
Sourceยงfn clone(&self) -> TruncatedPageCancel
fn clone(&self) -> TruncatedPageCancel
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 TruncatedPageCancel
impl Cmd for TruncatedPageCancel
Sourceยงimpl Debug for TruncatedPageCancel
impl Debug for TruncatedPageCancel
Sourceยงimpl From<BdAddr> for TruncatedPageCancel
impl From<BdAddr> for TruncatedPageCancel
Sourceยงimpl Hash for TruncatedPageCancel
impl Hash for TruncatedPageCancel
Sourceยงimpl Ord for TruncatedPageCancel
impl Ord for TruncatedPageCancel
Sourceยงfn cmp(&self, other: &TruncatedPageCancel) -> Ordering
fn cmp(&self, other: &TruncatedPageCancel) -> 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 TruncatedPageCancel
impl PartialEq for TruncatedPageCancel
Sourceยงimpl PartialOrd for TruncatedPageCancel
impl PartialOrd for TruncatedPageCancel
Sourceยงimpl SyncCmd for TruncatedPageCancel
impl SyncCmd for TruncatedPageCancel
Sourceยงtype Return = BdAddr
type Return = BdAddr
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 TruncatedPageCancel
impl WriteHci for TruncatedPageCancel
impl Copy for TruncatedPageCancel
impl Eq for TruncatedPageCancel
impl StructuralPartialEq for TruncatedPageCancel
Auto Trait Implementationsยง
impl Freeze for TruncatedPageCancel
impl RefUnwindSafe for TruncatedPageCancel
impl Send for TruncatedPageCancel
impl Sync for TruncatedPageCancel
impl Unpin for TruncatedPageCancel
impl UnwindSafe for TruncatedPageCancel
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.