Struct esp_idf_svc::hal::modem::BluetoothModem
source · 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
§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