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