pub struct Country {
pub frequencies: HashMap<(String, String), FrequencyBand>,
pub dfs: DfsRegion,
}Expand description
Contry definiton in the Regulatory Database
Fields§
§frequencies: HashMap<(String, String), FrequencyBand>§dfs: DfsRegionTrait Implementations§
impl Eq for Country
impl StructuralPartialEq for Country
Auto Trait Implementations§
impl Freeze for Country
impl RefUnwindSafe for Country
impl Send for Country
impl Sync for Country
impl Unpin for Country
impl UnwindSafe for Country
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