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