pub struct BluetoothModem(/* private fields */);Implementations§
Source§impl BluetoothModem
 
impl BluetoothModem
Sourcepub unsafe fn new() -> BluetoothModem
 
pub unsafe fn new() -> BluetoothModem
§Safety
Care should be taken not to instantiate this peripheral instance, if it is already instantiated and used elsewhere
Trait Implementations§
Source§impl Peripheral for BluetoothModem
 
impl Peripheral for BluetoothModem
Source§type P = BluetoothModem
 
type P = BluetoothModem
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> <BluetoothModem as Peripheral>::P
 
unsafe fn clone_unchecked(&mut self) -> <BluetoothModem as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more