pub struct Downlink {
pub data: Vec<u8, 256>,
pub fport: u8,
}
Expand description
Provides the application payload and FPort of a downlink message.
Fields§
§data: Vec<u8, 256>
§fport: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Downlink
impl RefUnwindSafe for Downlink
impl Send for Downlink
impl Sync for Downlink
impl Unpin for Downlink
impl UnwindSafe for Downlink
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