#[repr(C)]pub struct bt_le_ext_adv_sent_info {
pub num_sent: u8,
}
Fields§
§num_sent: u8
The number of advertising events completed.
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