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
Trait Implementations§
Source§impl From<ConnectRequest> for BluetoothRfcommConnectableAsync
Available on Linux only.
impl From<ConnectRequest> for BluetoothRfcommConnectableAsync
Available on Linux only.
Source§fn from(v: ConnectRequest) -> BluetoothRfcommConnectableAsync
fn from(v: ConnectRequest) -> BluetoothRfcommConnectableAsync
Converts to this type from the input type.
Source§impl TryInto<ConnectRequest> for BluetoothRfcommConnectableAsync
Available on Linux only.
impl TryInto<ConnectRequest> for BluetoothRfcommConnectableAsync
Available on Linux only.
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