#[repr(C)]pub struct bt_conn { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_conn
impl RefUnwindSafe for bt_conn
impl Send for bt_conn
impl Sync for bt_conn
impl Unpin for bt_conn
impl UnwindSafe for bt_conn
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