pub enum BluetoothRfcommConnectableAsync {
Bluez(ConnectRequest),
}Expand description
A bluetooth profile for rfcomm channels
Variants§
Bluez(ConnectRequest)
The bluez library in linux is responsible for the profile
Auto Trait Implementations§
impl Freeze for BluetoothRfcommConnectableAsync
impl !RefUnwindSafe for BluetoothRfcommConnectableAsync
impl Send for BluetoothRfcommConnectableAsync
impl Sync for BluetoothRfcommConnectableAsync
impl Unpin for BluetoothRfcommConnectableAsync
impl UnsafeUnpin for BluetoothRfcommConnectableAsync
impl !UnwindSafe for BluetoothRfcommConnectableAsync
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