#[repr(C)]pub struct ble_gap_lesc_dhkey_t {
pub key: [u8; 32],
}
Expand description
@brief GAP LE Secure Connections DHKey.
Fields§
§key: [u8; 32]
< LE Secure Connections Elliptic Curve Diffie-Hellman Key. Stored in little-endian.
Trait Implementations§
source§impl Clone for ble_gap_lesc_dhkey_t
impl Clone for ble_gap_lesc_dhkey_t
source§fn clone(&self) -> ble_gap_lesc_dhkey_t
fn clone(&self) -> ble_gap_lesc_dhkey_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