#[repr(C)]pub struct bt_le_ext_adv_sent_info {
pub num_sent: u8,
}
Expand description
@brief Info of the advertising sent event.
@note Used in @ref bt_le_ext_adv_cb.
Fields§
§num_sent: u8
If the advertising set was started with a non-zero @ref bt_le_ext_adv_start_param.num_events, this field contains the number of times this advertising set has been sent since it was enabled.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_ext_adv_sent_info
impl RefUnwindSafe for bt_le_ext_adv_sent_info
impl Send for bt_le_ext_adv_sent_info
impl Sync for bt_le_ext_adv_sent_info
impl Unpin for bt_le_ext_adv_sent_info
impl UnwindSafe for bt_le_ext_adv_sent_info
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