pub struct ChangeConnectionLinkKeyComplete {
pub status: Status,
pub handle: ConnHandle,
}Expand description
Change Connection Link Key Complete event ๐
Fieldsยง
ยงstatus: Statusstatus
handle: ConnHandlehandle
Trait Implementationsยง
Sourceยงimpl Clone for ChangeConnectionLinkKeyComplete
impl Clone for ChangeConnectionLinkKeyComplete
Sourceยงfn clone(&self) -> ChangeConnectionLinkKeyComplete
fn clone(&self) -> ChangeConnectionLinkKeyComplete
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl<'a> EventParams<'a> for ChangeConnectionLinkKeyComplete
impl<'a> EventParams<'a> for ChangeConnectionLinkKeyComplete
Sourceยงconst EVENT_CODE: u8 = 0x09
const EVENT_CODE: u8 = 0x09
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for ChangeConnectionLinkKeyComplete
impl<'a> FromHciBytes<'a> for ChangeConnectionLinkKeyComplete
Sourceยงfn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
fn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
Deserialize bytes into a HCI type, return additional bytes.
Sourceยงfn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
fn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
Deserialize bytes into a HCI type, must consume all bytes.
impl Copy for ChangeConnectionLinkKeyComplete
Auto Trait Implementationsยง
impl Freeze for ChangeConnectionLinkKeyComplete
impl RefUnwindSafe for ChangeConnectionLinkKeyComplete
impl Send for ChangeConnectionLinkKeyComplete
impl Sync for ChangeConnectionLinkKeyComplete
impl Unpin for ChangeConnectionLinkKeyComplete
impl UnsafeUnpin for ChangeConnectionLinkKeyComplete
impl UnwindSafe for ChangeConnectionLinkKeyComplete
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