#[repr(C)]pub struct bt_le_per_adv_sync_term_info {
pub addr: *const bt_addr_le_t,
pub sid: u8,
pub reason: u8,
}
Fields§
§addr: *const bt_addr_le_t
Advertiser LE address and type.
sid: u8
Advertiser SID
reason: u8
Cause of periodic advertising termination
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_per_adv_sync_term_info
impl RefUnwindSafe for bt_le_per_adv_sync_term_info
impl !Send for bt_le_per_adv_sync_term_info
impl !Sync for bt_le_per_adv_sync_term_info
impl Unpin for bt_le_per_adv_sync_term_info
impl UnwindSafe for bt_le_per_adv_sync_term_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