pub enum BluetoothRfcommConnectable {
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 BluetoothRfcommConnectable
Available on Linux only.
impl From<ConnectRequest> for BluetoothRfcommConnectable
Available on Linux only.
Source§fn from(v: ConnectRequest) -> BluetoothRfcommConnectable
fn from(v: ConnectRequest) -> BluetoothRfcommConnectable
Converts to this type from the input type.
Source§impl TryInto<ConnectRequest> for BluetoothRfcommConnectable
Available on Linux only.
impl TryInto<ConnectRequest> for BluetoothRfcommConnectable
Available on Linux only.
Auto Trait Implementations§
impl Freeze for BluetoothRfcommConnectable
impl !RefUnwindSafe for BluetoothRfcommConnectable
impl Send for BluetoothRfcommConnectable
impl Sync for BluetoothRfcommConnectable
impl Unpin for BluetoothRfcommConnectable
impl !UnwindSafe for BluetoothRfcommConnectable
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