pub enum BluetoothRfcommProfileSync {
Dummy(Dummy),
}Expand description
A bluetooth profile for rfcomm channels
Variants§
Trait Implementations§
Source§impl BluetoothRfcommProfileSyncTrait for BluetoothRfcommProfileSync
impl BluetoothRfcommProfileSyncTrait for BluetoothRfcommProfileSync
Source§fn connectable(&mut self) -> Result<BluetoothRfcommConnectableSync, String>
fn connectable(&mut self) -> Result<BluetoothRfcommConnectableSync, String>
Get an object in order to accept a connection from or connect to a bluetooth peer
Source§impl From<Dummy> for BluetoothRfcommProfileSync
impl From<Dummy> for BluetoothRfcommProfileSync
Source§fn from(v: Dummy) -> BluetoothRfcommProfileSync
fn from(v: Dummy) -> BluetoothRfcommProfileSync
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BluetoothRfcommProfileSync
impl RefUnwindSafe for BluetoothRfcommProfileSync
impl Send for BluetoothRfcommProfileSync
impl Sync for BluetoothRfcommProfileSync
impl Unpin for BluetoothRfcommProfileSync
impl UnsafeUnpin for BluetoothRfcommProfileSync
impl UnwindSafe for BluetoothRfcommProfileSync
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more