#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_adv_set_terminated {
pub subev_code: u8,
pub status: u8,
pub adv_handle: u8,
pub conn_handle: u16,
pub num_events: u8,
}Fields§
§subev_code: u8§status: u8§adv_handle: u8§conn_handle: u16§num_events: u8Trait Implementations§
Source§impl Clone for ble_hci_ev_le_subev_adv_set_terminated
impl Clone for ble_hci_ev_le_subev_adv_set_terminated
Source§fn clone(&self) -> ble_hci_ev_le_subev_adv_set_terminated
fn clone(&self) -> ble_hci_ev_le_subev_adv_set_terminated
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 moreimpl Copy for ble_hci_ev_le_subev_adv_set_terminated
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_adv_set_terminated
impl RefUnwindSafe for ble_hci_ev_le_subev_adv_set_terminated
impl Send for ble_hci_ev_le_subev_adv_set_terminated
impl Sync for ble_hci_ev_le_subev_adv_set_terminated
impl Unpin for ble_hci_ev_le_subev_adv_set_terminated
impl UnwindSafe for ble_hci_ev_le_subev_adv_set_terminated
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more