pub enum BluetoothL2capProfileAsync {
Bluez(ProfileHandle),
Dummy(Dummy),
}Expand description
A bluetooth profile for rfcomm channels
Variants§
Bluez(ProfileHandle)
The bluez library in linux is responsible for the profile
Dummy(Dummy)
A dummy handler
Auto Trait Implementations§
impl Freeze for BluetoothL2capProfileAsync
impl !RefUnwindSafe for BluetoothL2capProfileAsync
impl Send for BluetoothL2capProfileAsync
impl Sync for BluetoothL2capProfileAsync
impl Unpin for BluetoothL2capProfileAsync
impl UnsafeUnpin for BluetoothL2capProfileAsync
impl !UnwindSafe for BluetoothL2capProfileAsync
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