Struct nrf_softdevice_s113::ble_gap_enc_key_t
source · #[repr(C)]pub struct ble_gap_enc_key_t {
pub enc_info: ble_gap_enc_info_t,
pub master_id: ble_gap_master_id_t,
}
Expand description
@brief Encryption Key.
Fields§
§enc_info: ble_gap_enc_info_t
< Encryption Information.
master_id: ble_gap_master_id_t
< Master Identification.
Trait Implementations§
source§impl Clone for ble_gap_enc_key_t
impl Clone for ble_gap_enc_key_t
source§fn clone(&self) -> ble_gap_enc_key_t
fn clone(&self) -> ble_gap_enc_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