pub struct PamojaLorawanRx { /* private fields */ }Expand description
An opaque handle to a decoded data frame.
What a successful pamoja_lorawan_session_decode produces: the header fields
and the decrypted payload. Release it with pamoja_lorawan_rx_free.
Auto Trait Implementations§
impl Freeze for PamojaLorawanRx
impl RefUnwindSafe for PamojaLorawanRx
impl Send for PamojaLorawanRx
impl Sync for PamojaLorawanRx
impl Unpin for PamojaLorawanRx
impl UnsafeUnpin for PamojaLorawanRx
impl UnwindSafe for PamojaLorawanRx
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