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