pub struct LinkKeyTypeChanged {
pub status: Status,
pub handle: ConnHandle,
pub key_flag: KeyFlag,
}Expand description
Link Key Type Changed event ๐
Fieldsยง
ยงstatus: Statusstatus
handle: ConnHandlehandle
key_flag: KeyFlagkey_flag
Trait Implementationsยง
Sourceยงimpl Clone for LinkKeyTypeChanged
impl Clone for LinkKeyTypeChanged
Sourceยงfn clone(&self) -> LinkKeyTypeChanged
fn clone(&self) -> LinkKeyTypeChanged
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 Debug for LinkKeyTypeChanged
impl Debug for LinkKeyTypeChanged
Sourceยงimpl<'a> EventParams<'a> for LinkKeyTypeChanged
impl<'a> EventParams<'a> for LinkKeyTypeChanged
Sourceยงconst EVENT_CODE: u8 = 0x0a
const EVENT_CODE: u8 = 0x0a
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for LinkKeyTypeChanged
impl<'a> FromHciBytes<'a> for LinkKeyTypeChanged
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.
Sourceยงimpl Hash for LinkKeyTypeChanged
impl Hash for LinkKeyTypeChanged
impl Copy for LinkKeyTypeChanged
Auto Trait Implementationsยง
impl Freeze for LinkKeyTypeChanged
impl RefUnwindSafe for LinkKeyTypeChanged
impl Send for LinkKeyTypeChanged
impl Sync for LinkKeyTypeChanged
impl Unpin for LinkKeyTypeChanged
impl UnsafeUnpin for LinkKeyTypeChanged
impl UnwindSafe for LinkKeyTypeChanged
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