Struct nrf_softdevice_s122::ble_gap_id_key_t 
source · #[repr(C)]pub struct ble_gap_id_key_t {
    pub id_info: ble_gap_irk_t,
    pub id_addr_info: ble_gap_addr_t,
}Expand description
@brief Identity Key.
Fields§
§id_info: ble_gap_irk_t< Identity Resolving Key.
id_addr_info: ble_gap_addr_t< Identity Address.
Trait Implementations§
source§impl Clone for ble_gap_id_key_t
 
impl Clone for ble_gap_id_key_t
source§fn clone(&self) -> ble_gap_id_key_t
 
fn clone(&self) -> ble_gap_id_key_t
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 more