Struct riot_sys::hci_conn_update
source · #[repr(C)]pub struct hci_conn_update { /* private fields */ }
Trait Implementations§
source§impl Clone for hci_conn_update
impl Clone for hci_conn_update
source§fn clone(&self) -> hci_conn_update
fn clone(&self) -> hci_conn_update
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 hci_conn_update
impl Debug for hci_conn_update
impl Copy for hci_conn_update
Auto Trait Implementations§
impl RefUnwindSafe for hci_conn_update
impl Send for hci_conn_update
impl Sync for hci_conn_update
impl Unpin for hci_conn_update
impl UnwindSafe for hci_conn_update
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