#[repr(C, packed)]pub struct ble_hci_le_rd_rf_path_compensation_rp {
pub tx_path_compensation: i16,
pub rx_path_compensation: i16,
}
Fields§
§tx_path_compensation: i16
§rx_path_compensation: i16
Trait Implementations§
source§impl Clone for ble_hci_le_rd_rf_path_compensation_rp
impl Clone for ble_hci_le_rd_rf_path_compensation_rp
source§fn clone(&self) -> ble_hci_le_rd_rf_path_compensation_rp
fn clone(&self) -> ble_hci_le_rd_rf_path_compensation_rp
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 moresource§impl Default for ble_hci_le_rd_rf_path_compensation_rp
impl Default for ble_hci_le_rd_rf_path_compensation_rp
source§fn default() -> ble_hci_le_rd_rf_path_compensation_rp
fn default() -> ble_hci_le_rd_rf_path_compensation_rp
Returns the “default value” for a type. Read more