Struct geoip_sys::GeoIpLookup [] [src]

pub struct GeoIpLookup {
    pub netmask: c_int,
}

Fields

netmask: c_int

Methods

impl GeoIpLookup
[src]

fn new() -> GeoIpLookup

Trait Implementations

impl Clone for GeoIpLookup
[src]

fn clone(&self) -> GeoIpLookup

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more