#[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§
Source§impl Debug for bt_bond_info
impl Debug for bt_bond_info
Source§impl Default for bt_bond_info
impl Default for bt_bond_info
Source§fn default() -> bt_bond_info
fn default() -> bt_bond_info
Returns the “default value” for a type. Read more
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