pub struct PamojaLorawanSession { /* private fields */ }Expand description
An opaque handle to an activated LoRaWAN session.
Holds a device address and the two session keys, and never hands them back.
Release it with pamoja_lorawan_session_free.
Auto Trait Implementations§
impl Freeze for PamojaLorawanSession
impl RefUnwindSafe for PamojaLorawanSession
impl Send for PamojaLorawanSession
impl Sync for PamojaLorawanSession
impl Unpin for PamojaLorawanSession
impl UnsafeUnpin for PamojaLorawanSession
impl UnwindSafe for PamojaLorawanSession
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