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