#[repr(C)]pub struct ble_gap_lesc_p256_pk_t {
pub pk: [u8; 64],
}
Expand description
@brief GAP LE Secure Connections P-256 Public Key.
Fields§
§pk: [u8; 64]
< LE Secure Connections Elliptic Curve Diffie-Hellman P-256 Public Key. Stored in the standard SMP protocol format: {X,Y} both in little-endian.
Trait Implementations§
source§impl Clone for ble_gap_lesc_p256_pk_t
impl Clone for ble_gap_lesc_p256_pk_t
source§fn clone(&self) -> ble_gap_lesc_p256_pk_t
fn clone(&self) -> ble_gap_lesc_p256_pk_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