Struct geoip_sys::GeoIpRecord [] [src]

#[repr(C)]
pub struct GeoIpRecord { pub country_code: *const c_char, pub country_code3: *const c_char, pub country_name: *const c_char, pub region: *const c_char, pub city: *const c_char, pub postal_code: *const c_char, pub latitude: c_float, pub longitude: c_float, pub dma_code: c_int, pub area_code: c_int, pub charset: c_int, pub continent_code: *const c_char, pub netmask: c_int, }

Fields

Trait Implementations

impl Clone for GeoIpRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more