#[repr(C)]pub struct bt_bond_info {
pub addr: bt_addr_le_t,
}
Expand description
Information about a bond with a remote device.
Fields§
§addr: bt_addr_le_t
Address of the remote device.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_bond_info
impl RefUnwindSafe for bt_bond_info
impl Send for bt_bond_info
impl Sync for bt_bond_info
impl Unpin for bt_bond_info
impl UnwindSafe for bt_bond_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