pub enum BluetoothDiscovery {
Bluez(BluetoothDiscovery),
}Expand description
The trait for the object that manages bluetooth discovery
Variants§
Bluez(BluetoothDiscovery)
Linux bluez library implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BluetoothDiscovery
impl RefUnwindSafe for BluetoothDiscovery
impl Send for BluetoothDiscovery
impl Sync for BluetoothDiscovery
impl Unpin for BluetoothDiscovery
impl UnsafeUnpin for BluetoothDiscovery
impl UnwindSafe for BluetoothDiscovery
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