pub struct PamojaLorawanJoinAccept { /* private fields */ }Expand description
An opaque handle to an accepted join.
Read the network settings off it, then take the session it grants with
pamoja_lorawan_join_accept_session. Release it with
pamoja_lorawan_join_accept_free.
Auto Trait Implementations§
impl Freeze for PamojaLorawanJoinAccept
impl RefUnwindSafe for PamojaLorawanJoinAccept
impl Send for PamojaLorawanJoinAccept
impl Sync for PamojaLorawanJoinAccept
impl Unpin for PamojaLorawanJoinAccept
impl UnsafeUnpin for PamojaLorawanJoinAccept
impl UnwindSafe for PamojaLorawanJoinAccept
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