pub struct PamojaLoraPlan { /* private fields */ }Expand description
A regional channel plan, published or private.
The handle always owns its tables, so a published region and one assembled here are the same type and answer the same queries.
A handle the caller must release with pamoja_lora_plan_free.
Auto Trait Implementations§
impl Freeze for PamojaLoraPlan
impl RefUnwindSafe for PamojaLoraPlan
impl Send for PamojaLoraPlan
impl Sync for PamojaLoraPlan
impl Unpin for PamojaLoraPlan
impl UnsafeUnpin for PamojaLoraPlan
impl UnwindSafe for PamojaLoraPlan
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