Struct rfm69_async::Packet
source · pub struct Packet {
pub src: Address,
pub dst: Address,
pub flags: Flags,
pub data: Vec<u8, 61>,
pub rssi: Option<i16>,
}Expand description
Packet that can be sent and received
Fields§
§src: Address§dst: Address§flags: Flags§data: Vec<u8, 61>§rssi: Option<i16>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Packet
impl Send for Packet
impl Sync for Packet
impl Unpin for Packet
impl UnwindSafe for Packet
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