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