#[repr(C)]pub struct bt_le_ext_adv { /* private fields */ }
Expand description
Opaque type representing an advertiser.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_ext_adv
impl RefUnwindSafe for bt_le_ext_adv
impl Send for bt_le_ext_adv
impl Sync for bt_le_ext_adv
impl Unpin for bt_le_ext_adv
impl UnwindSafe for bt_le_ext_adv
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