#[repr(C, packed)]pub struct ble_hci_ev_le_subev_path_loss_threshold {
pub subev_code: u8,
pub conn_handle: u16,
pub current_path_loss: u8,
pub zone_entered: u8,
}
Fields§
§subev_code: u8
§conn_handle: u16
§current_path_loss: u8
§zone_entered: u8
Trait Implementations§
source§impl Clone for ble_hci_ev_le_subev_path_loss_threshold
impl Clone for ble_hci_ev_le_subev_path_loss_threshold
source§fn clone(&self) -> ble_hci_ev_le_subev_path_loss_threshold
fn clone(&self) -> ble_hci_ev_le_subev_path_loss_threshold
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_ev_le_subev_path_loss_threshold
impl Default for ble_hci_ev_le_subev_path_loss_threshold
source§fn default() -> ble_hci_ev_le_subev_path_loss_threshold
fn default() -> ble_hci_ev_le_subev_path_loss_threshold
Returns the “default value” for a type. Read more