pub struct L2capChannelRef<'d, P: PacketPool> { /* private fields */ }
Expand description
Handle to an L2CAP channel for checking it’s state.
Trait Implementations§
Source§impl<P: PacketPool> Drop for L2capChannelRef<'_, P>
impl<P: PacketPool> Drop for L2capChannelRef<'_, P>
Auto Trait Implementations§
impl<'d, P> Freeze for L2capChannelRef<'d, P>
impl<'d, P> !RefUnwindSafe for L2capChannelRef<'d, P>
impl<'d, P> !Send for L2capChannelRef<'d, P>
impl<'d, P> !Sync for L2capChannelRef<'d, P>
impl<'d, P> Unpin for L2capChannelRef<'d, P>
impl<'d, P> !UnwindSafe for L2capChannelRef<'d, P>
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