#[repr(u8)]pub enum HciPkt {
Cmd = 1,
Acl = 2,
Sco = 3,
Evt = 4,
}
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for HciPkt
impl TryFromPrimitive for HciPkt
impl Copy for HciPkt
impl StructuralPartialEq for HciPkt
Auto Trait Implementations§
impl Freeze for HciPkt
impl RefUnwindSafe for HciPkt
impl Send for HciPkt
impl Sync for HciPkt
impl Unpin for HciPkt
impl UnwindSafe for HciPkt
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