pub enum BluetoothRfcommConnectableSync {}Expand description
A bluetooth profile for rfcomm channels
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BluetoothRfcommConnectableSync
impl RefUnwindSafe for BluetoothRfcommConnectableSync
impl Send for BluetoothRfcommConnectableSync
impl Sync for BluetoothRfcommConnectableSync
impl Unpin for BluetoothRfcommConnectableSync
impl UnsafeUnpin for BluetoothRfcommConnectableSync
impl UnwindSafe for BluetoothRfcommConnectableSync
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