pub struct LeEnableEncryption(/* private fields */);
Expand description
LE Enable Encryption command ๐ $name command.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl AsyncCmd for LeEnableEncryption
impl AsyncCmd for LeEnableEncryption
Sourceยงimpl Clone for LeEnableEncryption
impl Clone for LeEnableEncryption
Sourceยงfn clone(&self) -> LeEnableEncryption
fn clone(&self) -> LeEnableEncryption
Returns a copy 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 LeEnableEncryption
impl Cmd for LeEnableEncryption
Sourceยงtype Params = LeEnableEncryptionParams
type Params = LeEnableEncryptionParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeEnableEncryptionParams
fn params(&self) -> &LeEnableEncryptionParams
Parameters expected for this command.
Sourceยงimpl Debug for LeEnableEncryption
impl Debug for LeEnableEncryption
Sourceยงimpl From<LeEnableEncryptionParams> for LeEnableEncryption
impl From<LeEnableEncryptionParams> for LeEnableEncryption
Sourceยงfn from(params: LeEnableEncryptionParams) -> Self
fn from(params: LeEnableEncryptionParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeEnableEncryption
impl Hash for LeEnableEncryption
Sourceยงimpl Ord for LeEnableEncryption
impl Ord for LeEnableEncryption
Sourceยงfn cmp(&self, other: &LeEnableEncryption) -> Ordering
fn cmp(&self, other: &LeEnableEncryption) -> 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 LeEnableEncryption
impl PartialEq for LeEnableEncryption
Sourceยงimpl PartialOrd for LeEnableEncryption
impl PartialOrd for LeEnableEncryption
Sourceยงimpl WriteHci for LeEnableEncryption
impl WriteHci for LeEnableEncryption
impl Copy for LeEnableEncryption
impl Eq for LeEnableEncryption
impl StructuralPartialEq for LeEnableEncryption
Auto Trait Implementationsยง
impl Freeze for LeEnableEncryption
impl RefUnwindSafe for LeEnableEncryption
impl Send for LeEnableEncryption
impl Sync for LeEnableEncryption
impl Unpin for LeEnableEncryption
impl UnwindSafe for LeEnableEncryption
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.