pub enum BluetoothL2capConnectableAsync {
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 BluetoothL2capConnectableAsync
impl !RefUnwindSafe for BluetoothL2capConnectableAsync
impl Send for BluetoothL2capConnectableAsync
impl Sync for BluetoothL2capConnectableAsync
impl Unpin for BluetoothL2capConnectableAsync
impl UnsafeUnpin for BluetoothL2capConnectableAsync
impl !UnwindSafe for BluetoothL2capConnectableAsync
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