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