Work on bindings some more
This commit is contained in:
parent
da5c6ed172
commit
2acdb272fb
11 changed files with 290 additions and 2 deletions
|
|
@ -12,3 +12,9 @@ impl<'a> Deref for BluetoothDevice<'a> {
|
|||
&self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> From<BluetoothDeviceProxy<'a>> for BluetoothDevice<'a> {
|
||||
fn from(device: BluetoothDeviceProxy<'a>) -> Self {
|
||||
BluetoothDevice(device)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue