#[repr(C, packed(1))]pub struct pin_code_reply_cp {
pub bdaddr: bdaddr_t,
pub pin_len: u8,
pub pin_code: [u8; 16],
}
Fields§
§bdaddr: bdaddr_t
§pin_len: u8
§pin_code: [u8; 16]
Trait Implementations§
Source§impl Clone for pin_code_reply_cp
impl Clone for pin_code_reply_cp
Source§fn clone(&self) -> pin_code_reply_cp
fn clone(&self) -> pin_code_reply_cp
Returns a duplicate 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 Debug for pin_code_reply_cp
impl Debug for pin_code_reply_cp
impl Copy for pin_code_reply_cp
Auto Trait Implementations§
impl Freeze for pin_code_reply_cp
impl RefUnwindSafe for pin_code_reply_cp
impl Send for pin_code_reply_cp
impl Sync for pin_code_reply_cp
impl Unpin for pin_code_reply_cp
impl UnwindSafe for pin_code_reply_cp
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