Struct nrf_softdevice_s113::ble_gap_master_id_t
source · #[repr(C)]pub struct ble_gap_master_id_t {
pub ediv: u16,
pub rand: [u8; 8],
}
Expand description
@brief GAP Master Identification.
Fields§
§ediv: u16
< Encrypted Diversifier.
rand: [u8; 8]
< Random Number.
Trait Implementations§
source§impl Clone for ble_gap_master_id_t
impl Clone for ble_gap_master_id_t
source§fn clone(&self) -> ble_gap_master_id_t
fn clone(&self) -> ble_gap_master_id_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