pub enum L2capPlan {
Open {
psm: Psm,
},
Accept,
None,
}Variants§
Trait Implementations§
impl Copy for L2capPlan
impl Eq for L2capPlan
impl StructuralPartialEq for L2capPlan
Auto Trait Implementations§
impl Freeze for L2capPlan
impl RefUnwindSafe for L2capPlan
impl Send for L2capPlan
impl Sync for L2capPlan
impl Unpin for L2capPlan
impl UnsafeUnpin for L2capPlan
impl UnwindSafe for L2capPlan
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