pub struct RfcommSession { /* private fields */ }
Expand description
Manages the set of active RFCOMM channels connected to a single remote peer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RfcommSession
impl !RefUnwindSafe for RfcommSession
impl Send for RfcommSession
impl Sync for RfcommSession
impl Unpin for RfcommSession
impl !UnwindSafe for RfcommSession
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