pub struct SysBluetooth;Expand description
Production bluetooth: DBus calls to bluez / mtk.bluedroid.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysBluetooth
impl RefUnwindSafe for SysBluetooth
impl Send for SysBluetooth
impl Sync for SysBluetooth
impl Unpin for SysBluetooth
impl UnsafeUnpin for SysBluetooth
impl UnwindSafe for SysBluetooth
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