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