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