pub struct BtDriver<'d> { /* private fields */ }Expand description
Bluetooth HCI transport driver.
Implements bt_hci::transport::Transport; hand it to a host stack to send and
receive HCI packets.
Trait Implementations§
Auto Trait Implementations§
impl<'d> !Freeze for BtDriver<'d>
impl<'d> !RefUnwindSafe for BtDriver<'d>
impl<'d> !Send for BtDriver<'d>
impl<'d> !Sync for BtDriver<'d>
impl<'d> Unpin for BtDriver<'d>
impl<'d> !UnwindSafe for BtDriver<'d>
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