Struct riot_sys::ble_hci_vs_set_tx_pwr_cp
source · #[repr(C, packed)]pub struct ble_hci_vs_set_tx_pwr_cp {
pub tx_power: i8,
}
Fields§
§tx_power: i8
Trait Implementations§
source§impl Clone for ble_hci_vs_set_tx_pwr_cp
impl Clone for ble_hci_vs_set_tx_pwr_cp
source§fn clone(&self) -> ble_hci_vs_set_tx_pwr_cp
fn clone(&self) -> ble_hci_vs_set_tx_pwr_cp
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 Debug for ble_hci_vs_set_tx_pwr_cp
impl Debug for ble_hci_vs_set_tx_pwr_cp
source§impl Default for ble_hci_vs_set_tx_pwr_cp
impl Default for ble_hci_vs_set_tx_pwr_cp
source§fn default() -> ble_hci_vs_set_tx_pwr_cp
fn default() -> ble_hci_vs_set_tx_pwr_cp
Returns the “default value” for a type. Read more