pub struct LinkKeyRequest {
pub bd_addr: BdAddr,
}Expand description
Link Key Request event ๐
Fieldsยง
ยงbd_addr: BdAddrbd_addr
Trait Implementationsยง
Sourceยงimpl Clone for LinkKeyRequest
impl Clone for LinkKeyRequest
Sourceยงfn clone(&self) -> LinkKeyRequest
fn clone(&self) -> LinkKeyRequest
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 LinkKeyRequest
impl Debug for LinkKeyRequest
Sourceยงimpl<'a> EventParams<'a> for LinkKeyRequest
impl<'a> EventParams<'a> for LinkKeyRequest
Sourceยงconst EVENT_CODE: u8 = 0x17
const EVENT_CODE: u8 = 0x17
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for LinkKeyRequest
impl<'a> FromHciBytes<'a> for LinkKeyRequest
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 LinkKeyRequest
impl Hash for LinkKeyRequest
impl Copy for LinkKeyRequest
Auto Trait Implementationsยง
impl Freeze for LinkKeyRequest
impl RefUnwindSafe for LinkKeyRequest
impl Send for LinkKeyRequest
impl Sync for LinkKeyRequest
impl Unpin for LinkKeyRequest
impl UnsafeUnpin for LinkKeyRequest
impl UnwindSafe for LinkKeyRequest
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