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