pub enum BluetoothRfcommSocket<'a> {
Bluez(&'a mut BluetoothRfcommSocket),
}
Expand description
A bluetooth rfcomm socket
Variants§
Bluez(&'a mut BluetoothRfcommSocket)
Linux using bluez library
Trait Implementations§
impl<'a> BluetoothRfcommSocketTrait for BluetoothRfcommSocket<'a>
Auto Trait Implementations§
impl<'a> Freeze for BluetoothRfcommSocket<'a>
impl<'a> RefUnwindSafe for BluetoothRfcommSocket<'a>
impl<'a> Send for BluetoothRfcommSocket<'a>
impl<'a> Sync for BluetoothRfcommSocket<'a>
impl<'a> Unpin for BluetoothRfcommSocket<'a>
impl<'a> !UnwindSafe for BluetoothRfcommSocket<'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