Struct stm32wb_hci::event::Packet
source · pub struct Packet<'a>(pub &'a [u8]);Expand description
Defines a newtype to indicate that the buffer is supposed to contain an HCI event.
Tuple Fields§
§0: &'a [u8]Auto Trait Implementations§
impl<'a> RefUnwindSafe for Packet<'a>
impl<'a> Send for Packet<'a>
impl<'a> Sync for Packet<'a>
impl<'a> Unpin for Packet<'a>
impl<'a> UnwindSafe for Packet<'a>
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