pub struct PamojaLorawanDevice { /* private fields */ }Expand description
An opaque handle to the root credentials of a device.
Holds the EUIs and the application key that over-the-air activation is built
on. Release it with pamoja_lorawan_device_free.
Auto Trait Implementations§
impl Freeze for PamojaLorawanDevice
impl RefUnwindSafe for PamojaLorawanDevice
impl Send for PamojaLorawanDevice
impl Sync for PamojaLorawanDevice
impl Unpin for PamojaLorawanDevice
impl UnsafeUnpin for PamojaLorawanDevice
impl UnwindSafe for PamojaLorawanDevice
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