Struct riot_sys::ble_hs_conn
source · #[repr(C)]pub struct ble_hs_conn { /* private fields */ }
Trait Implementations§
source§impl Clone for ble_hs_conn
impl Clone for ble_hs_conn
source§fn clone(&self) -> ble_hs_conn
fn clone(&self) -> ble_hs_conn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ble_hs_conn
impl Debug for ble_hs_conn
impl Copy for ble_hs_conn
Auto Trait Implementations§
impl RefUnwindSafe for ble_hs_conn
impl Send for ble_hs_conn
impl Sync for ble_hs_conn
impl Unpin for ble_hs_conn
impl UnwindSafe for ble_hs_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