pub enum ConnectChannel {
L2CapPsm(u16),
RfcommChannel(u8),
}
Expand description
Used to specify the channel to expect on an incoming Connect message
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectChannel
impl RefUnwindSafe for ConnectChannel
impl Send for ConnectChannel
impl Sync for ConnectChannel
impl Unpin for ConnectChannel
impl UnwindSafe for ConnectChannel
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