#[repr(C)]pub struct ble_gap_evt_phy_update_request_t {
pub peer_preferred_phys: ble_gap_phys_t,
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_PHY_UPDATE_REQUEST.
Fields§
§peer_preferred_phys: ble_gap_phys_t
< The PHYs the peer prefers to use.
Trait Implementations§
source§impl Clone for ble_gap_evt_phy_update_request_t
impl Clone for ble_gap_evt_phy_update_request_t
source§fn clone(&self) -> ble_gap_evt_phy_update_request_t
fn clone(&self) -> ble_gap_evt_phy_update_request_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