Struct esp_idf_hal::modem::BluetoothModem
source · pub struct BluetoothModem(/* private fields */);
Implementations§
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) -> Self::P
unsafe fn clone_unchecked(&mut self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more